Html Css Color HEX #234ECF Cerulean Blue

📋 copy color: '#234ECF'

red 35 ◦ green 78 ◦ blue 207

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

Shades of Cerulean Blue #234ECF

Tints of Cerulean Blue #234ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.69%

R = 10.94%
G = 24.38%
B = 64.69%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#234ECF (or 0x234ECF) is known color: Cerulean Blue. HEX triplet: 23, 4E and CF. RGB value is (35,78,207). Sum of RGB (Red+Green+Blue) = 35+78+207=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #234ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234ECF is #DCB130. Grayscale: #4F4F4F. Windows color (decimal): -14463281 or 13585955. OLE color: 13585955.

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

Color convert

RGB 35 78 207 -
CMYK 0.83 0.62 0 0.19
HSL 225º 0.71% 0.47% -
HSV(B) 225º 0.83% 0.81% -
XYZ 14.68 10.31 60.25 -
YUV 79.85 199.75 96.01 -
System Red Green Blue C M Y K H S L
Decimal 35 78 207 0.83 0.62 0 0.19 225 0.71 0.47
Hex 23 4E CF 53 3E 0 13 E1 47 2F
Octal 43 116 317 123 76 0 23 341 107 57
Binary 100011 1001110 11001111 1010011 111110 0 10011 11100001 1000111 101111

Color Harmonies of #234ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234ECF

Black with #234ECF

Text Example


Text Example

White with #234ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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