Html Css Color HEX #234AE8 Cerulean Blue

📋 copy color: '#234AE8'

red 35 ◦ green 74 ◦ blue 232

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

Shades of Cerulean Blue #234AE8

Tints of Cerulean Blue #234AE8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 232 (91.02% from 255) = 68.04%

R = 10.26%
G = 21.7%
B = 68.04%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#234AE8 (or 0x234AE8) is known color: Cerulean Blue. HEX triplet: 23, 4A and E8. RGB value is (35,74,232). Sum of RGB (Red+Green+Blue) = 35+74+232=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 232 (91.02% from 255 or 68.04% from 341); Max value from RGB is 232 - color contains mainly: blue. Hex color #234AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234AE8 is #DCB517. Grayscale: #4F4F4F. Windows color (decimal): -14464280 or 15223331. OLE color: 15223331.

HSL color Cylindrical-coordinate representation of color #234AE8: hue angle of 228.12º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234AE8 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 35 74 232 -
CMYK 0.85 0.68 0 0.09
HSL 228.12º 0.81% 0.52% -
HSV(B) 228.12º 0.85% 0.91% -
XYZ 17.71 11.08 77.55 -
YUV 80.35 213.58 95.65 -
System Red Green Blue C M Y K H S L
Decimal 35 74 232 0.85 0.68 0 0.09 228.12 0.81 0.52
Hex 23 4A E8 55 44 0 9 E4 51 34
Octal 43 112 350 125 104 0 11 344 121 64
Binary 100011 1001010 11101000 1010101 1000100 0 1001 11100100 1010001 110100

Color Harmonies of #234AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234AE8

Black with #234AE8

Text Example


Text Example

White with #234AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,74,232); }

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

background-color css

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

 a { background-color: rgb(35,74,232); }

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

border-color css

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

 span { border-color: rgb(35,74,232); }

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