Html Css Color HEX #284FAC Cerulean Blue

📋 copy color: '#284FAC'

red 40 ◦ green 79 ◦ blue 172

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

Shades of Cerulean Blue #284FAC

Tints of Cerulean Blue #284FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 13.75%
G = 27.15%
B = 59.11%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#284FAC (or 0x284FAC) is known color: Cerulean Blue. HEX triplet: 28, 4F and AC. RGB value is (40,79,172). Sum of RGB (Red+Green+Blue) = 40+79+172=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #284FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284FAC is #D7B053. Grayscale: #4D4D4D. Windows color (decimal): -14135380 or 11292456. OLE color: 11292456.

HSL color Cylindrical-coordinate representation of color #284FAC: hue angle of 222.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #284FAC is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 79 172 -
CMYK 0.77 0.54 0 0.33
HSL 222.27º 0.62% 0.42% -
HSV(B) 222.27º 0.77% 0.67% -
XYZ 11.12 9.02 40.19 -
YUV 77.94 181.08 100.94 -
System Red Green Blue C M Y K H S L
Decimal 40 79 172 0.77 0.54 0 0.33 222.27 0.62 0.42
Hex 28 4F AC 4D 36 0 21 DE 3E 2A
Octal 50 117 254 115 66 0 41 336 76 52
Binary 101000 1001111 10101100 1001101 110110 0 100001 11011110 111110 101010

Color Harmonies of #284FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284FAC

Black with #284FAC

Text Example


Text Example

White with #284FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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