Html Css Color HEX #284AAF Cerulean Blue

📋 copy color: '#284AAF'

red 40 ◦ green 74 ◦ blue 175

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

Shades of Cerulean Blue #284AAF

Tints of Cerulean Blue #284AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.55%

R = 13.84%
G = 25.61%
B = 60.55%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#284AAF (or 0x284AAF) is known color: Cerulean Blue. HEX triplet: 28, 4A and AF. RGB value is (40,74,175). Sum of RGB (Red+Green+Blue) = 40+74+175=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #284AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284AAF is #D7B550. Grayscale: #4A4A4A. Windows color (decimal): -14136657 or 11487784. OLE color: 11487784.

HSL color Cylindrical-coordinate representation of color #284AAF: hue angle of 224.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #284AAF is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 74 175 -
CMYK 0.77 0.58 0 0.31
HSL 224.89º 0.63% 0.42% -
HSV(B) 224.89º 0.77% 0.69% -
XYZ 11.06 8.44 41.6 -
YUV 75.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 40 74 175 0.77 0.58 0 0.31 224.89 0.63 0.42
Hex 28 4A AF 4D 3A 0 1F E1 3F 2A
Octal 50 112 257 115 72 0 37 341 77 52
Binary 101000 1001010 10101111 1001101 111010 0 11111 11100001 111111 101010

Color Harmonies of #284AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284AAF

Black with #284AAF

Text Example


Text Example

White with #284AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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