Html Css Color HEX #2349D9 Cerulean Blue

📋 copy color: '#2349D9'

red 35 ◦ green 73 ◦ blue 217

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

Shades of Cerulean Blue #2349D9

Tints of Cerulean Blue #2349D9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 217 (85.16% from 255) = 66.77%

R = 10.77%
G = 22.46%
B = 66.77%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2349D9 (or 0x2349D9) is known color: Cerulean Blue. HEX triplet: 23, 49 and D9. RGB value is (35,73,217). Sum of RGB (Red+Green+Blue) = 35+73+217=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 217 (85.16% from 255 or 66.77% from 325); Max value from RGB is 217 - color contains mainly: blue. Hex color #2349D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2349D9 is #DCB626. Grayscale: #4D4D4D. Windows color (decimal): -14464551 or 14240035. OLE color: 14240035.

HSL color Cylindrical-coordinate representation of color #2349D9: hue angle of 227.47º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2349D9 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 73 217 -
CMYK 0.84 0.66 0 0.15
HSL 227.47º 0.72% 0.49% -
HSV(B) 227.47º 0.84% 0.85% -
XYZ 15.6 10.13 66.78 -
YUV 78.05 206.41 97.29 -
System Red Green Blue C M Y K H S L
Decimal 35 73 217 0.84 0.66 0 0.15 227.47 0.72 0.49
Hex 23 49 D9 54 42 0 F E3 48 31
Octal 43 111 331 124 102 0 17 343 110 61
Binary 100011 1001001 11011001 1010100 1000010 0 1111 11100011 1001000 110001

Color Harmonies of #2349D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2349D9

Black with #2349D9

Text Example


Text Example

White with #2349D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2349D9; }

 p { color: rgb(35,73,217); }

 H1.HeaderClassName
 {
   color: #2349D9;
 }
 .AnyTagClassName
 {
   color: #2349D9;
 }
</style>

background-color css

<style>
 a { background-color: #2349D9; }

 a { background-color: rgb(35,73,217); }

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

border-color css

<style>
 span { border-color: #2349D9; }

 span { border-color: rgb(35,73,217); }

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