Html Css Color HEX #234ADB Cerulean Blue

📋 copy color: '#234ADB'

red 35 ◦ green 74 ◦ blue 219

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

Shades of Cerulean Blue #234ADB

Tints of Cerulean Blue #234ADB

RGB

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

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

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

R = 10.67%
G = 22.56%
B = 66.77%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#234ADB (or 0x234ADB) is known color: Cerulean Blue. HEX triplet: 23, 4A and DB. RGB value is (35,74,219). Sum of RGB (Red+Green+Blue) = 35+74+219=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #234ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ADB is #DCB524. Grayscale: #4E4E4E. Windows color (decimal): -14464293 or 14371363. OLE color: 14371363.

HSL color Cylindrical-coordinate representation of color #234ADB: hue angle of 227.28º 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 #234ADB is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 74 219 -
CMYK 0.84 0.66 0 0.14
HSL 227.28º 0.72% 0.5% -
HSV(B) 227.28º 0.84% 0.86% -
XYZ 15.93 10.37 68.18 -
YUV 78.87 207.08 96.71 -
System Red Green Blue C M Y K H S L
Decimal 35 74 219 0.84 0.66 0 0.14 227.28 0.72 0.5
Hex 23 4A DB 54 42 0 E E3 48 32
Octal 43 112 333 124 102 0 16 343 110 62
Binary 100011 1001010 11011011 1010100 1000010 0 1110 11100011 1001000 110010

Color Harmonies of #234ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234ADB

Black with #234ADB

Text Example


Text Example

White with #234ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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