Html Css Color HEX #234CE6 Cerulean Blue

📋 copy color: '#234CE6'

red 35 ◦ green 76 ◦ blue 230

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

Shades of Cerulean Blue #234CE6

Tints of Cerulean Blue #234CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 67.45%

R = 10.26%
G = 22.29%
B = 67.45%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#234CE6 (or 0x234CE6) is known color: Cerulean Blue. HEX triplet: 23, 4C and E6. RGB value is (35,76,230). Sum of RGB (Red+Green+Blue) = 35+76+230=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 230 (90.23% from 255 or 67.45% from 341); Max value from RGB is 230 - color contains mainly: blue. Hex color #234CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234CE6 is #DCB319. Grayscale: #505050. Windows color (decimal): -14463770 or 15092771. OLE color: 15092771.

HSL color Cylindrical-coordinate representation of color #234CE6: hue angle of 227.38º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234CE6 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 35 76 230 -
CMYK 0.85 0.67 0 0.10
HSL 227.38º 0.8% 0.52% -
HSV(B) 227.38º 0.85% 0.9% -
XYZ 17.56 11.24 76.11 -
YUV 81.3 211.92 94.98 -
System Red Green Blue C M Y K H S L
Decimal 35 76 230 0.85 0.67 0 0.10 227.38 0.8 0.52
Hex 23 4C E6 55 43 0 A E3 50 34
Octal 43 114 346 125 103 0 12 343 120 64
Binary 100011 1001100 11100110 1010101 1000011 0 1010 11100011 1010000 110100

Color Harmonies of #234CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CE6

Black with #234CE6

Text Example


Text Example

White with #234CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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