Html Css Color HEX #234EE4 Cerulean Blue

📋 copy color: '#234EE4'

red 35 ◦ green 78 ◦ blue 228

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

Shades of Cerulean Blue #234EE4

Tints of Cerulean Blue #234EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 66.86%

R = 10.26%
G = 22.87%
B = 66.86%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#234EE4 (or 0x234EE4) is known color: Cerulean Blue. HEX triplet: 23, 4E and E4. RGB value is (35,78,228). Sum of RGB (Red+Green+Blue) = 35+78+228=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 228 (89.45% from 255 or 66.86% from 341); Max value from RGB is 228 - color contains mainly: blue. Hex color #234EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234EE4 is #DCB11B. Grayscale: #515151. Windows color (decimal): -14463260 or 14962211. OLE color: 14962211.

HSL color Cylindrical-coordinate representation of color #234EE4: hue angle of 226.63º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234EE4 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 35 78 228 -
CMYK 0.85 0.66 0 0.11
HSL 226.63º 0.78% 0.52% -
HSV(B) 226.63º 0.85% 0.89% -
XYZ 17.42 11.41 74.68 -
YUV 82.24 210.25 94.3 -
System Red Green Blue C M Y K H S L
Decimal 35 78 228 0.85 0.66 0 0.11 226.63 0.78 0.52
Hex 23 4E E4 55 42 0 B E3 4E 34
Octal 43 116 344 125 102 0 13 343 116 64
Binary 100011 1001110 11100100 1010101 1000010 0 1011 11100011 1001110 110100

Color Harmonies of #234EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234EE4

Black with #234EE4

Text Example


Text Example

White with #234EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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