Html Css Color HEX #234EC6 Cerulean Blue

📋 copy color: '#234EC6'

red 35 ◦ green 78 ◦ blue 198

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

Shades of Cerulean Blue #234EC6

Tints of Cerulean Blue #234EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.67%

R = 11.25%
G = 25.08%
B = 63.67%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#234EC6 (or 0x234EC6) is known color: Cerulean Blue. HEX triplet: 23, 4E and C6. RGB value is (35,78,198). Sum of RGB (Red+Green+Blue) = 35+78+198=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 198 (77.73% from 255 or 63.67% from 311); Max value from RGB is 198 - color contains mainly: blue. Hex color #234EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234EC6 is #DCB139. Grayscale: #4E4E4E. Windows color (decimal): -14463290 or 12996131. OLE color: 12996131.

HSL color Cylindrical-coordinate representation of color #234EC6: hue angle of 224.17º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234EC6 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 78 198 -
CMYK 0.82 0.61 0 0.22
HSL 224.17º 0.7% 0.46% -
HSV(B) 224.17º 0.82% 0.78% -
XYZ 13.61 9.88 54.62 -
YUV 78.82 195.25 96.74 -
System Red Green Blue C M Y K H S L
Decimal 35 78 198 0.82 0.61 0 0.22 224.17 0.7 0.46
Hex 23 4E C6 52 3D 0 16 E0 46 2E
Octal 43 116 306 122 75 0 26 340 106 56
Binary 100011 1001110 11000110 1010010 111101 0 10110 11100000 1000110 101110

Color Harmonies of #234EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234EC6

Black with #234EC6

Text Example


Text Example

White with #234EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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