Html Css Color HEX #2350DC Cerulean Blue

📋 copy color: '#2350DC'

red 35 ◦ green 80 ◦ blue 220

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

Shades of Cerulean Blue #2350DC

Tints of Cerulean Blue #2350DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.67%

R = 10.45%
G = 23.88%
B = 65.67%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2350DC (or 0x2350DC) is known color: Cerulean Blue. HEX triplet: 23, 50 and DC. RGB value is (35,80,220). Sum of RGB (Red+Green+Blue) = 35+80+220=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #2350DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350DC is #DCAF23. Grayscale: #515151. Windows color (decimal): -14462756 or 14438435. OLE color: 14438435.

HSL color Cylindrical-coordinate representation of color #2350DC: hue angle of 225.41º degrees, saturation: 0.73, 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 #2350DC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 80 220 -
CMYK 0.84 0.64 0 0.14
HSL 225.41º 0.73% 0.5% -
HSV(B) 225.41º 0.84% 0.86% -
XYZ 16.48 11.26 69.02 -
YUV 82.51 205.59 94.12 -
System Red Green Blue C M Y K H S L
Decimal 35 80 220 0.84 0.64 0 0.14 225.41 0.73 0.5
Hex 23 50 DC 54 40 0 E E1 49 32
Octal 43 120 334 124 100 0 16 341 111 62
Binary 100011 1010000 11011100 1010100 1000000 0 1110 11100001 1001001 110010

Color Harmonies of #2350DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2350DC

Black with #2350DC

Text Example


Text Example

White with #2350DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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