Html Css Color HEX #234CDE Cerulean Blue

📋 copy color: '#234CDE'

red 35 ◦ green 76 ◦ blue 222

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

Shades of Cerulean Blue #234CDE

Tints of Cerulean Blue #234CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.67%

R = 10.51%
G = 22.82%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#234CDE (or 0x234CDE) is known color: Cerulean Blue. HEX triplet: 23, 4C and DE. RGB value is (35,76,222). Sum of RGB (Red+Green+Blue) = 35+76+222=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #234CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CDE is #DCB321. Grayscale: #4F4F4F. Windows color (decimal): -14463778 or 14568483. OLE color: 14568483.

HSL color Cylindrical-coordinate representation of color #234CDE: hue angle of 226.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234CDE is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 76 222 -
CMYK 0.84 0.66 0 0.13
HSL 226.84º 0.74% 0.5% -
HSV(B) 226.84º 0.84% 0.87% -
XYZ 16.46 10.8 70.32 -
YUV 80.39 207.92 95.63 -
System Red Green Blue C M Y K H S L
Decimal 35 76 222 0.84 0.66 0 0.13 226.84 0.74 0.5
Hex 23 4C DE 54 42 0 D E3 4A 32
Octal 43 114 336 124 102 0 15 343 112 62
Binary 100011 1001100 11011110 1010100 1000010 0 1101 11100011 1001010 110010

Color Harmonies of #234CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CDE

Black with #234CDE

Text Example


Text Example

White with #234CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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