Html Css Color HEX #284BDA Cerulean Blue

📋 copy color: '#284BDA'

red 40 ◦ green 75 ◦ blue 218

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

Shades of Cerulean Blue #284BDA

Tints of Cerulean Blue #284BDA

RGB

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

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

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

R = 12.01%
G = 22.52%
B = 65.47%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#284BDA (or 0x284BDA) is known color: Cerulean Blue. HEX triplet: 28, 4B and DA. RGB value is (40,75,218). Sum of RGB (Red+Green+Blue) = 40+75+218=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #284BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284BDA is #D7B425. Grayscale: #505050. Windows color (decimal): -14136358 or 14306088. OLE color: 14306088.

HSL color Cylindrical-coordinate representation of color #284BDA: hue angle of 228.2º 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 #284BDA is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 75 218 -
CMYK 0.82 0.66 0 0.15
HSL 228.2º 0.71% 0.51% -
HSV(B) 228.2º 0.82% 0.85% -
XYZ 16.05 10.55 67.52 -
YUV 80.84 205.4 98.87 -
System Red Green Blue C M Y K H S L
Decimal 40 75 218 0.82 0.66 0 0.15 228.2 0.71 0.51
Hex 28 4B DA 52 42 0 F E4 47 33
Octal 50 113 332 122 102 0 17 344 107 63
Binary 101000 1001011 11011010 1010010 1000010 0 1111 11100100 1000111 110011

Color Harmonies of #284BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284BDA

Black with #284BDA

Text Example


Text Example

White with #284BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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