Html Css Color HEX #234CCE Cerulean Blue

📋 copy color: '#234CCE'

red 35 ◦ green 76 ◦ blue 206

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

Shades of Cerulean Blue #234CCE

Tints of Cerulean Blue #234CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 11.04%
G = 23.97%
B = 64.98%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#234CCE (or 0x234CCE) is known color: Cerulean Blue. HEX triplet: 23, 4C and CE. RGB value is (35,76,206). Sum of RGB (Red+Green+Blue) = 35+76+206=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #234CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CCE is #DCB331. Grayscale: #4E4E4E. Windows color (decimal): -14463794 or 13519907. OLE color: 13519907.

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

Color convert

RGB 35 76 206 -
CMYK 0.83 0.63 0 0.19
HSL 225.61º 0.71% 0.47% -
HSV(B) 225.61º 0.83% 0.81% -
XYZ 14.42 9.98 59.56 -
YUV 78.56 199.92 96.93 -
System Red Green Blue C M Y K H S L
Decimal 35 76 206 0.83 0.63 0 0.19 225.61 0.71 0.47
Hex 23 4C CE 53 3F 0 13 E2 47 2F
Octal 43 114 316 123 77 0 23 342 107 57
Binary 100011 1001100 11001110 1010011 111111 0 10011 11100010 1000111 101111

Color Harmonies of #234CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CCE

Black with #234CCE

Text Example


Text Example

White with #234CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,76,206); }

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

background-color css

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

 a { background-color: rgb(35,76,206); }

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

border-color css

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

 span { border-color: rgb(35,76,206); }

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