Html Css Color HEX #234CDB Cerulean Blue

📋 copy color: '#234CDB'

red 35 ◦ green 76 ◦ blue 219

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

Shades of Cerulean Blue #234CDB

Tints of Cerulean Blue #234CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.36%

R = 10.61%
G = 23.03%
B = 66.36%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#234CDB (or 0x234CDB) is known color: Cerulean Blue. HEX triplet: 23, 4C and DB. RGB value is (35,76,219). Sum of RGB (Red+Green+Blue) = 35+76+219=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #234CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CDB is #DCB324. Grayscale: #4F4F4F. Windows color (decimal): -14463781 or 14371875. OLE color: 14371875.

HSL color Cylindrical-coordinate representation of color #234CDB: hue angle of 226.63º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234CDB is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 76 219 -
CMYK 0.84 0.65 0 0.14
HSL 226.63º 0.72% 0.5% -
HSV(B) 226.63º 0.84% 0.86% -
XYZ 16.06 10.64 68.23 -
YUV 80.04 206.42 95.87 -
System Red Green Blue C M Y K H S L
Decimal 35 76 219 0.84 0.65 0 0.14 226.63 0.72 0.5
Hex 23 4C DB 54 41 0 E E3 48 32
Octal 43 114 333 124 101 0 16 343 110 62
Binary 100011 1001100 11011011 1010100 1000001 0 1110 11100011 1001000 110010

Color Harmonies of #234CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CDB

Black with #234CDB

Text Example


Text Example

White with #234CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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