Html Css Color HEX #234ECB Cerulean Blue

📋 copy color: '#234ECB'

red 35 ◦ green 78 ◦ blue 203

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

Shades of Cerulean Blue #234ECB

Tints of Cerulean Blue #234ECB

RGB

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

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

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

R = 11.08%
G = 24.68%
B = 64.24%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#234ECB (or 0x234ECB) is known color: Cerulean Blue. HEX triplet: 23, 4E and CB. RGB value is (35,78,203). Sum of RGB (Red+Green+Blue) = 35+78+203=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #234ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234ECB is #DCB134. Grayscale: #4E4E4E. Windows color (decimal): -14463285 or 13323811. OLE color: 13323811.

HSL color Cylindrical-coordinate representation of color #234ECB: hue angle of 224.64º 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 #234ECB is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 78 203 -
CMYK 0.83 0.62 0 0.20
HSL 224.64º 0.71% 0.47% -
HSV(B) 224.64º 0.83% 0.8% -
XYZ 14.2 10.12 57.7 -
YUV 79.39 197.75 96.34 -
System Red Green Blue C M Y K H S L
Decimal 35 78 203 0.83 0.62 0 0.20 224.64 0.71 0.47
Hex 23 4E CB 53 3E 0 14 E1 47 2F
Octal 43 116 313 123 76 0 24 341 107 57
Binary 100011 1001110 11001011 1010011 111110 0 10100 11100001 1000111 101111

Color Harmonies of #234ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234ECB

Black with #234ECB

Text Example


Text Example

White with #234ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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