Html Css Color HEX #284FBA Cerulean Blue

📋 copy color: '#284FBA'

red 40 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #284FBA

Tints of Cerulean Blue #284FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 13.11%
G = 25.9%
B = 60.98%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#284FBA (or 0x284FBA) is known color: Cerulean Blue. HEX triplet: 28, 4F and BA. RGB value is (40,79,186). Sum of RGB (Red+Green+Blue) = 40+79+186=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #284FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284FBA is #D7B045. Grayscale: #4F4F4F. Windows color (decimal): -14135366 or 12209960. OLE color: 12209960.

HSL color Cylindrical-coordinate representation of color #284FBA: hue angle of 223.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #284FBA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 79 186 -
CMYK 0.78 0.58 0 0.27
HSL 223.97º 0.65% 0.44% -
HSV(B) 223.97º 0.78% 0.73% -
XYZ 12.53 9.59 47.64 -
YUV 79.54 188.08 99.8 -
System Red Green Blue C M Y K H S L
Decimal 40 79 186 0.78 0.58 0 0.27 223.97 0.65 0.44
Hex 28 4F BA 4E 3A 0 1B E0 41 2C
Octal 50 117 272 116 72 0 33 340 101 54
Binary 101000 1001111 10111010 1001110 111010 0 11011 11100000 1000001 101100

Color Harmonies of #284FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284FBA

Black with #284FBA

Text Example


Text Example

White with #284FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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