Html Css Color HEX #234EDF Cerulean Blue

📋 copy color: '#234EDF'

red 35 ◦ green 78 ◦ blue 223

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

Shades of Cerulean Blue #234EDF

Tints of Cerulean Blue #234EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 10.42%
G = 23.21%
B = 66.37%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#234EDF (or 0x234EDF) is known color: Cerulean Blue. HEX triplet: 23, 4E and DF. RGB value is (35,78,223). Sum of RGB (Red+Green+Blue) = 35+78+223=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #234EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234EDF is #DCB120. Grayscale: #515151. Windows color (decimal): -14463265 or 14634531. OLE color: 14634531.

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

Color convert

RGB 35 78 223 -
CMYK 0.84 0.65 0 0.13
HSL 226.28º 0.75% 0.51% -
HSV(B) 226.28º 0.84% 0.87% -
XYZ 16.74 11.13 71.08 -
YUV 81.67 207.75 94.71 -
System Red Green Blue C M Y K H S L
Decimal 35 78 223 0.84 0.65 0 0.13 226.28 0.75 0.51
Hex 23 4E DF 54 41 0 D E2 4B 33
Octal 43 116 337 124 101 0 15 342 113 63
Binary 100011 1001110 11011111 1010100 1000001 0 1101 11100010 1001011 110011

Color Harmonies of #234EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234EDF

Black with #234EDF

Text Example


Text Example

White with #234EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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