Html Css Color HEX #234FE4 Cerulean Blue

📋 copy color: '#234FE4'

red 35 ◦ green 79 ◦ blue 228

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

Shades of Cerulean Blue #234FE4

Tints of Cerulean Blue #234FE4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

 BLUE value IS 228 (89.45% from 255) = 66.67%

R = 10.23%
G = 23.1%
B = 66.67%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#234FE4 (or 0x234FE4) is known color: Cerulean Blue. HEX triplet: 23, 4F and E4. RGB value is (35,79,228). Sum of RGB (Red+Green+Blue) = 35+79+228=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 228 (89.45% from 255 or 66.67% from 342); Max value from RGB is 228 - color contains mainly: blue. Hex color #234FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234FE4 is #DCB01B. Grayscale: #525252. Windows color (decimal): -14463004 or 14962467. OLE color: 14962467.

HSL color Cylindrical-coordinate representation of color #234FE4: hue angle of 226.32º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234FE4 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 35 79 228 -
CMYK 0.85 0.65 0 0.11
HSL 226.32º 0.78% 0.52% -
HSV(B) 226.32º 0.85% 0.89% -
XYZ 17.49 11.55 74.71 -
YUV 82.83 209.92 93.88 -
System Red Green Blue C M Y K H S L
Decimal 35 79 228 0.85 0.65 0 0.11 226.32 0.78 0.52
Hex 23 4F E4 55 41 0 B E2 4E 34
Octal 43 117 344 125 101 0 13 342 116 64
Binary 100011 1001111 11100100 1010101 1000001 0 1011 11100010 1001110 110100

Color Harmonies of #234FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234FE4

Black with #234FE4

Text Example


Text Example

White with #234FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,79,228); }

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

background-color css

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

 a { background-color: rgb(35,79,228); }

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

border-color css

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

 span { border-color: rgb(35,79,228); }

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