Html Css Color HEX #234ECC Cerulean Blue

📋 copy color: '#234ECC'

red 35 ◦ green 78 ◦ blue 204

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

Shades of Cerulean Blue #234ECC

Tints of Cerulean Blue #234ECC

RGB

 RED value IS 35 (14.06% from 255) = 11.04%

 GREEN value IS 78 (30.86% from 255) = 24.61%

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

R = 11.04%
G = 24.61%
B = 64.35%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#234ECC (or 0x234ECC) is known color: Cerulean Blue. HEX triplet: 23, 4E and CC. RGB value is (35,78,204). Sum of RGB (Red+Green+Blue) = 35+78+204=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #234ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234ECC is #DCB133. Grayscale: #4E4E4E. Windows color (decimal): -14463284 or 13389347. OLE color: 13389347.

HSL color Cylindrical-coordinate representation of color #234ECC: hue angle of 224.73º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234ECC is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 78 204 -
CMYK 0.83 0.62 0 0.2
HSL 224.73º 0.71% 0.47% -
HSV(B) 224.73º 0.83% 0.8% -
XYZ 14.32 10.17 58.33 -
YUV 79.51 198.25 96.25 -
System Red Green Blue C M Y K H S L
Decimal 35 78 204 0.83 0.62 0 0.2 224.73 0.71 0.47
Hex 23 4E CC 53 3E 0 14 E1 47 2F
Octal 43 116 314 123 76 0 24 341 107 57
Binary 100011 1001110 11001100 1010011 111110 0 10100 11100001 1000111 101111

Color Harmonies of #234ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234ECC

Black with #234ECC

Text Example


Text Example

White with #234ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234ECC; }

 p { color: rgb(35,78,204); }

 H1.HeaderClassName
 {
   color: #234ECC;
 }
 .AnyTagClassName
 {
   color: #234ECC;
 }
</style>

background-color css

<style>
 a { background-color: #234ECC; }

 a { background-color: rgb(35,78,204); }

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

border-color css

<style>
 span { border-color: #234ECC; }

 span { border-color: rgb(35,78,204); }

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