Html Css Color HEX #284BDC Cerulean Blue

📋 copy color: '#284BDC'

red 40 ◦ green 75 ◦ blue 220

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

Shades of Cerulean Blue #284BDC

Tints of Cerulean Blue #284BDC

RGB

 RED value IS 40 (16.02% from 255) = 11.94%

 GREEN value IS 75 (29.69% from 255) = 22.39%

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

R = 11.94%
G = 22.39%
B = 65.67%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#284BDC (or 0x284BDC) is known color: Cerulean Blue. HEX triplet: 28, 4B and DC. RGB value is (40,75,220). Sum of RGB (Red+Green+Blue) = 40+75+220=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 75 (29.69% from 255 or 22.39% 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 #284BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284BDC is #D7B423. Grayscale: #505050. Windows color (decimal): -14136356 or 14437160. OLE color: 14437160.

HSL color Cylindrical-coordinate representation of color #284BDC: hue angle of 228.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #284BDC is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 75 220 -
CMYK 0.82 0.66 0 0.14
HSL 228.33º 0.72% 0.51% -
HSV(B) 228.33º 0.82% 0.86% -
XYZ 16.31 10.65 68.91 -
YUV 81.07 206.4 98.71 -
System Red Green Blue C M Y K H S L
Decimal 40 75 220 0.82 0.66 0 0.14 228.33 0.72 0.51
Hex 28 4B DC 52 42 0 E E4 48 33
Octal 50 113 334 122 102 0 16 344 110 63
Binary 101000 1001011 11011100 1010010 1000010 0 1110 11100100 1001000 110011

Color Harmonies of #284BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284BDC

Black with #284BDC

Text Example


Text Example

White with #284BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284BDC; }

 p { color: rgb(40,75,220); }

 H1.HeaderClassName
 {
   color: #284BDC;
 }
 .AnyTagClassName
 {
   color: #284BDC;
 }
</style>

background-color css

<style>
 a { background-color: #284BDC; }

 a { background-color: rgb(40,75,220); }

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

border-color css

<style>
 span { border-color: #284BDC; }

 span { border-color: rgb(40,75,220); }

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