Html Css Color HEX #234CE1 Cerulean Blue

📋 copy color: '#234CE1'

red 35 ◦ green 76 ◦ blue 225

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

Shades of Cerulean Blue #234CE1

Tints of Cerulean Blue #234CE1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 225 (88.28% from 255) = 66.96%

R = 10.42%
G = 22.62%
B = 66.96%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#234CE1 (or 0x234CE1) is known color: Cerulean Blue. HEX triplet: 23, 4C and E1. RGB value is (35,76,225). Sum of RGB (Red+Green+Blue) = 35+76+225=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #234CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CE1 is #DCB31E. Grayscale: #505050. Windows color (decimal): -14463775 or 14765091. OLE color: 14765091.

HSL color Cylindrical-coordinate representation of color #234CE1: hue angle of 227.05º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234CE1 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 76 225 -
CMYK 0.84 0.66 0 0.12
HSL 227.05º 0.76% 0.51% -
HSV(B) 227.05º 0.84% 0.88% -
XYZ 16.87 10.96 72.46 -
YUV 80.73 209.42 95.38 -
System Red Green Blue C M Y K H S L
Decimal 35 76 225 0.84 0.66 0 0.12 227.05 0.76 0.51
Hex 23 4C E1 54 42 0 C E3 4C 33
Octal 43 114 341 124 102 0 14 343 114 63
Binary 100011 1001100 11100001 1010100 1000010 0 1100 11100011 1001100 110011

Color Harmonies of #234CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CE1

Black with #234CE1

Text Example


Text Example

White with #234CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,76,225); }

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

background-color css

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

 a { background-color: rgb(35,76,225); }

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

border-color css

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

 span { border-color: rgb(35,76,225); }

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