Html Css Color HEX #295ABB Cerulean Blue

📋 copy color: '#295ABB'

red 41 ◦ green 90 ◦ blue 187

#295ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #295ABB

Tints of Cerulean Blue #295ABB

RGB

 RED value IS 41 (16.41% from 255) = 12.89%

 GREEN value IS 90 (35.55% from 255) = 28.3%

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 12.89%
G = 28.3%
B = 58.81%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#295ABB (or 0x295ABB) is known color: Cerulean Blue. HEX triplet: 29, 5A and BB. RGB value is (41,90,187). Sum of RGB (Red+Green+Blue) = 41+90+187=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #295ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ABB is #D6A544. Grayscale: #555555. Windows color (decimal): -14067013 or 12278313. OLE color: 12278313.

HSL color Cylindrical-coordinate representation of color #295ABB: hue angle of 219.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295ABB is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 90 187 -
CMYK 0.78 0.52 0 0.27
HSL 219.86º 0.64% 0.45% -
HSV(B) 219.86º 0.78% 0.73% -
XYZ 13.54 11.37 48.5 -
YUV 86.41 184.77 95.61 -
System Red Green Blue C M Y K H S L
Decimal 41 90 187 0.78 0.52 0 0.27 219.86 0.64 0.45
Hex 29 5A BB 4E 34 0 1B DC 40 2D
Octal 51 132 273 116 64 0 33 334 100 55
Binary 101001 1011010 10111011 1001110 110100 0 11011 11011100 1000000 101101

Color Harmonies of #295ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ABB

Black with #295ABB

Text Example


Text Example

White with #295ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295ABB; }

 p { color: rgb(41,90,187); }

 H1.HeaderClassName
 {
   color: #295ABB;
 }
 .AnyTagClassName
 {
   color: #295ABB;
 }
</style>

background-color css

<style>
 a { background-color: #295ABB; }

 a { background-color: rgb(41,90,187); }

 div.DivClassName
 {
   background-color: #295ABB;
 }
 .BgClassName
 {
   background-color: #295ABB;
 }
</style>

border-color css

<style>
 span { border-color: #295ABB; }

 span { border-color: rgb(41,90,187); }

 td.TdClassName
 {
   border-color: #295ABB;
 }
 .TagClassName
 {
   border-color: #295ABB;
 }
</style>