Html Css Color HEX #2352DB Cerulean Blue

📋 copy color: '#2352DB'

red 35 ◦ green 82 ◦ blue 219

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

Shades of Cerulean Blue #2352DB

Tints of Cerulean Blue #2352DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

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

R = 10.42%
G = 24.4%
B = 65.18%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2352DB (or 0x2352DB) is known color: Cerulean Blue. HEX triplet: 23, 52 and DB. RGB value is (35,82,219). Sum of RGB (Red+Green+Blue) = 35+82+219=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #2352DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2352DB is #DCAD24. Grayscale: #525252. Windows color (decimal): -14462245 or 14373411. OLE color: 14373411.

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

Color convert

RGB 35 82 219 -
CMYK 0.84 0.63 0 0.14
HSL 224.67º 0.72% 0.5% -
HSV(B) 224.67º 0.84% 0.86% -
XYZ 16.5 11.51 68.37 -
YUV 83.57 204.43 93.36 -
System Red Green Blue C M Y K H S L
Decimal 35 82 219 0.84 0.63 0 0.14 224.67 0.72 0.5
Hex 23 52 DB 54 3F 0 E E1 48 32
Octal 43 122 333 124 77 0 16 341 110 62
Binary 100011 1010010 11011011 1010100 111111 0 1110 11100001 1001000 110010

Color Harmonies of #2352DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2352DB

Black with #2352DB

Text Example


Text Example

White with #2352DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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