Html Css Color HEX #284ADD Cerulean Blue

📋 copy color: '#284ADD'

red 40 ◦ green 74 ◦ blue 221

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

Shades of Cerulean Blue #284ADD

Tints of Cerulean Blue #284ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.09%

 BLUE value IS 221 (86.72% from 255) = 65.97%

R = 11.94%
G = 22.09%
B = 65.97%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#284ADD (or 0x284ADD) is known color: Cerulean Blue. HEX triplet: 28, 4A and DD. RGB value is (40,74,221). Sum of RGB (Red+Green+Blue) = 40+74+221=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #284ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284ADD is #D7B522. Grayscale: #4F4F4F. Windows color (decimal): -14136611 or 14502440. OLE color: 14502440.

HSL color Cylindrical-coordinate representation of color #284ADD: hue angle of 228.73º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #284ADD is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 74 221 -
CMYK 0.82 0.67 0 0.13
HSL 228.73º 0.73% 0.51% -
HSV(B) 228.73º 0.82% 0.87% -
XYZ 16.38 10.57 69.58 -
YUV 80.59 207.24 99.05 -
System Red Green Blue C M Y K H S L
Decimal 40 74 221 0.82 0.67 0 0.13 228.73 0.73 0.51
Hex 28 4A DD 52 43 0 D E5 49 33
Octal 50 112 335 122 103 0 15 345 111 63
Binary 101000 1001010 11011101 1010010 1000011 0 1101 11100101 1001001 110011

Color Harmonies of #284ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284ADD

Black with #284ADD

Text Example


Text Example

White with #284ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,74,221); }

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

background-color css

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

 a { background-color: rgb(40,74,221); }

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

border-color css

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

 span { border-color: rgb(40,74,221); }

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