Html Css Color HEX #295BBB Cerulean Blue

📋 copy color: '#295BBB'

red 41 ◦ green 91 ◦ blue 187

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

Shades of Cerulean Blue #295BBB

Tints of Cerulean Blue #295BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.53%

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

R = 12.85%
G = 28.53%
B = 58.62%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#295BBB (or 0x295BBB) is known color: Cerulean Blue. HEX triplet: 29, 5B and BB. RGB value is (41,91,187). Sum of RGB (Red+Green+Blue) = 41+91+187=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #295BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BBB is #D6A444. Grayscale: #565656. Windows color (decimal): -14066757 or 12278569. OLE color: 12278569.

HSL color Cylindrical-coordinate representation of color #295BBB: hue angle of 219.45º 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 #295BBB is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 91 187 -
CMYK 0.78 0.51 0 0.27
HSL 219.45º 0.64% 0.45% -
HSV(B) 219.45º 0.78% 0.73% -
XYZ 13.63 11.54 48.52 -
YUV 86.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 41 91 187 0.78 0.51 0 0.27 219.45 0.64 0.45
Hex 29 5B BB 4E 33 0 1B DB 40 2D
Octal 51 133 273 116 63 0 33 333 100 55
Binary 101001 1011011 10111011 1001110 110011 0 11011 11011011 1000000 101101

Color Harmonies of #295BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BBB

Black with #295BBB

Text Example


Text Example

White with #295BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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