Html Css Color HEX #295ACB Cerulean Blue

📋 copy color: '#295ACB'

red 41 ◦ green 90 ◦ blue 203

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

Shades of Cerulean Blue #295ACB

Tints of Cerulean Blue #295ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.78%

R = 12.28%
G = 26.95%
B = 60.78%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#295ACB (or 0x295ACB) is known color: Cerulean Blue. HEX triplet: 29, 5A and CB. RGB value is (41,90,203). Sum of RGB (Red+Green+Blue) = 41+90+203=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #295ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ACB is #D6A534. Grayscale: #575757. Windows color (decimal): -14066997 or 13326889. OLE color: 13326889.

HSL color Cylindrical-coordinate representation of color #295ACB: hue angle of 221.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295ACB is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 90 203 -
CMYK 0.80 0.56 0 0.20
HSL 221.85º 0.66% 0.48% -
HSV(B) 221.85º 0.8% 0.8% -
XYZ 15.35 12.1 58.03 -
YUV 88.23 192.77 94.31 -
System Red Green Blue C M Y K H S L
Decimal 41 90 203 0.80 0.56 0 0.20 221.85 0.66 0.48
Hex 29 5A CB 50 38 0 14 DE 42 30
Octal 51 132 313 120 70 0 24 336 102 60
Binary 101001 1011010 11001011 1010000 111000 0 10100 11011110 1000010 110000

Color Harmonies of #295ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ACB

Black with #295ACB

Text Example


Text Example

White with #295ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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