Html Css Color HEX #234ECE Cerulean Blue

📋 copy color: '#234ECE'

red 35 ◦ green 78 ◦ blue 206

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

Shades of Cerulean Blue #234ECE

Tints of Cerulean Blue #234ECE

RGB

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

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

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

R = 10.97%
G = 24.45%
B = 64.58%

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

#234ECE (or 0x234ECE) is known color: Cerulean Blue. HEX triplet: 23, 4E and CE. RGB value is (35,78,206). Sum of RGB (Red+Green+Blue) = 35+78+206=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #234ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234ECE is #DCB131. Grayscale: #4F4F4F. Windows color (decimal): -14463282 or 13520419. OLE color: 13520419.

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

Color convert

RGB 35 78 206 -
CMYK 0.83 0.62 0 0.19
HSL 224.91º 0.71% 0.47% -
HSV(B) 224.91º 0.83% 0.81% -
XYZ 14.56 10.26 59.61 -
YUV 79.74 199.25 96.09 -
System Red Green Blue C M Y K H S L
Decimal 35 78 206 0.83 0.62 0 0.19 224.91 0.71 0.47
Hex 23 4E CE 53 3E 0 13 E1 47 2F
Octal 43 116 316 123 76 0 23 341 107 57
Binary 100011 1001110 11001110 1010011 111110 0 10011 11100001 1000111 101111

Color Harmonies of #234ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234ECE

Black with #234ECE

Text Example


Text Example

White with #234ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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