Html Css Color HEX #284FDA Cerulean Blue

📋 copy color: '#284FDA'

red 40 ◦ green 79 ◦ blue 218

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

Shades of Cerulean Blue #284FDA

Tints of Cerulean Blue #284FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.44%

 BLUE value IS 218 (85.55% from 255) = 64.69%

R = 11.87%
G = 23.44%
B = 64.69%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#284FDA (or 0x284FDA) is known color: Cerulean Blue. HEX triplet: 28, 4F and DA. RGB value is (40,79,218). Sum of RGB (Red+Green+Blue) = 40+79+218=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #284FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284FDA is #D7B025. Grayscale: #525252. Windows color (decimal): -14135334 or 14307112. OLE color: 14307112.

HSL color Cylindrical-coordinate representation of color #284FDA: hue angle of 226.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #284FDA is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 79 218 -
CMYK 0.82 0.64 0 0.15
HSL 226.85º 0.71% 0.51% -
HSV(B) 226.85º 0.82% 0.85% -
XYZ 16.33 11.11 67.61 -
YUV 83.19 204.08 97.2 -
System Red Green Blue C M Y K H S L
Decimal 40 79 218 0.82 0.64 0 0.15 226.85 0.71 0.51
Hex 28 4F DA 52 40 0 F E3 47 33
Octal 50 117 332 122 100 0 17 343 107 63
Binary 101000 1001111 11011010 1010010 1000000 0 1111 11100011 1000111 110011

Color Harmonies of #284FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284FDA

Black with #284FDA

Text Example


Text Example

White with #284FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,79,218); }

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

background-color css

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

 a { background-color: rgb(40,79,218); }

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

border-color css

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

 span { border-color: rgb(40,79,218); }

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