Html Css Color HEX #284DCB Cerulean Blue

📋 copy color: '#284DCB'

red 40 ◦ green 77 ◦ blue 203

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

Shades of Cerulean Blue #284DCB

Tints of Cerulean Blue #284DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.06%

 BLUE value IS 203 (79.69% from 255) = 63.44%

R = 12.5%
G = 24.06%
B = 63.44%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#284DCB (or 0x284DCB) is known color: Cerulean Blue. HEX triplet: 28, 4D and CB. RGB value is (40,77,203). Sum of RGB (Red+Green+Blue) = 40+77+203=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #284DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284DCB is #D7B234. Grayscale: #4F4F4F. Windows color (decimal): -14135861 or 13323560. OLE color: 13323560.

HSL color Cylindrical-coordinate representation of color #284DCB: hue angle of 226.38º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #284DCB is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 77 203 -
CMYK 0.80 0.62 0 0.20
HSL 226.38º 0.67% 0.48% -
HSV(B) 226.38º 0.8% 0.8% -
XYZ 14.31 10.07 57.69 -
YUV 80.3 197.24 99.25 -
System Red Green Blue C M Y K H S L
Decimal 40 77 203 0.80 0.62 0 0.20 226.38 0.67 0.48
Hex 28 4D CB 50 3E 0 14 E2 43 30
Octal 50 115 313 120 76 0 24 342 103 60
Binary 101000 1001101 11001011 1010000 111110 0 10100 11100010 1000011 110000

Color Harmonies of #284DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284DCB

Black with #284DCB

Text Example


Text Example

White with #284DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,77,203); }

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

background-color css

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

 a { background-color: rgb(40,77,203); }

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

border-color css

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

 span { border-color: rgb(40,77,203); }

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