Html Css Color HEX #2350D8 Cerulean Blue

📋 copy color: '#2350D8'

red 35 ◦ green 80 ◦ blue 216

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

Shades of Cerulean Blue #2350D8

Tints of Cerulean Blue #2350D8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 216 (84.77% from 255) = 65.26%

R = 10.57%
G = 24.17%
B = 65.26%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2350D8 (or 0x2350D8) is known color: Cerulean Blue. HEX triplet: 23, 50 and D8. RGB value is (35,80,216). Sum of RGB (Red+Green+Blue) = 35+80+216=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 216 (84.77% from 255 or 65.26% from 331); Max value from RGB is 216 - color contains mainly: blue. Hex color #2350D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350D8 is #DCAF27. Grayscale: #515151. Windows color (decimal): -14462760 or 14176291. OLE color: 14176291.

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

Color convert

RGB 35 80 216 -
CMYK 0.84 0.63 0 0.15
HSL 225.08º 0.72% 0.49% -
HSV(B) 225.08º 0.84% 0.85% -
XYZ 15.96 11.05 66.26 -
YUV 82.05 203.59 94.44 -
System Red Green Blue C M Y K H S L
Decimal 35 80 216 0.84 0.63 0 0.15 225.08 0.72 0.49
Hex 23 50 D8 54 3F 0 F E1 48 31
Octal 43 120 330 124 77 0 17 341 110 61
Binary 100011 1010000 11011000 1010100 111111 0 1111 11100001 1001000 110001

Color Harmonies of #2350D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2350D8

Black with #2350D8

Text Example


Text Example

White with #2350D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2350D8; }

 p { color: rgb(35,80,216); }

 H1.HeaderClassName
 {
   color: #2350D8;
 }
 .AnyTagClassName
 {
   color: #2350D8;
 }
</style>

background-color css

<style>
 a { background-color: #2350D8; }

 a { background-color: rgb(35,80,216); }

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

border-color css

<style>
 span { border-color: #2350D8; }

 span { border-color: rgb(35,80,216); }

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