Html Css Color HEX #295FCC Cerulean Blue

📋 copy color: '#295FCC'

red 41 ◦ green 95 ◦ blue 204

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

Shades of Cerulean Blue #295FCC

Tints of Cerulean Blue #295FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.94%

 BLUE value IS 204 (80.08% from 255) = 60%

R = 12.06%
G = 27.94%
B = 60%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#295FCC (or 0x295FCC) is known color: Cerulean Blue. HEX triplet: 29, 5F and CC. RGB value is (41,95,204). Sum of RGB (Red+Green+Blue) = 41+95+204=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #295FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FCC is #D6A033. Grayscale: #5A5A5A. Windows color (decimal): -14065716 or 13393705. OLE color: 13393705.

HSL color Cylindrical-coordinate representation of color #295FCC: hue angle of 220.12º degrees, saturation: 0.67, 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 #295FCC is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 95 204 -
CMYK 0.80 0.53 0 0.2
HSL 220.12º 0.67% 0.48% -
HSV(B) 220.12º 0.8% 0.8% -
XYZ 15.91 13.02 58.8 -
YUV 91.28 191.61 92.14 -
System Red Green Blue C M Y K H S L
Decimal 41 95 204 0.80 0.53 0 0.2 220.12 0.67 0.48
Hex 29 5F CC 50 35 0 14 DC 43 30
Octal 51 137 314 120 65 0 24 334 103 60
Binary 101001 1011111 11001100 1010000 110101 0 10100 11011100 1000011 110000

Color Harmonies of #295FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FCC

Black with #295FCC

Text Example


Text Example

White with #295FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,95,204); }

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

background-color css

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

 a { background-color: rgb(41,95,204); }

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

border-color css

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

 span { border-color: rgb(41,95,204); }

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