Html Css Color HEX #2345DB Cerulean Blue

📋 copy color: '#2345DB'

red 35 ◦ green 69 ◦ blue 219

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

Shades of Cerulean Blue #2345DB

Tints of Cerulean Blue #2345DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 10.84%
G = 21.36%
B = 67.8%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2345DB (or 0x2345DB) is known color: Cerulean Blue. HEX triplet: 23, 45 and DB. RGB value is (35,69,219). Sum of RGB (Red+Green+Blue) = 35+69+219=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #2345DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2345DB is #DCBA24. Grayscale: #4B4B4B. Windows color (decimal): -14465573 or 14370083. OLE color: 14370083.

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

Color convert

RGB 35 69 219 -
CMYK 0.84 0.68 0 0.14
HSL 228.91º 0.72% 0.5% -
HSV(B) 228.91º 0.84% 0.86% -
XYZ 15.61 9.73 68.07 -
YUV 75.93 208.74 98.8 -
System Red Green Blue C M Y K H S L
Decimal 35 69 219 0.84 0.68 0 0.14 228.91 0.72 0.5
Hex 23 45 DB 54 44 0 E E5 48 32
Octal 43 105 333 124 104 0 16 345 110 62
Binary 100011 1000101 11011011 1010100 1000100 0 1110 11100101 1001000 110010

Color Harmonies of #2345DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2345DB

Black with #2345DB

Text Example


Text Example

White with #2345DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2345DB; }

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

 H1.HeaderClassName
 {
   color: #2345DB;
 }
 .AnyTagClassName
 {
   color: #2345DB;
 }
</style>

background-color css

<style>
 a { background-color: #2345DB; }

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

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

border-color css

<style>
 span { border-color: #2345DB; }

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

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