Html Css Color HEX #284CBA Cerulean Blue

📋 copy color: '#284CBA'

red 40 ◦ green 76 ◦ blue 186

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

Shades of Cerulean Blue #284CBA

Tints of Cerulean Blue #284CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

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

R = 13.25%
G = 25.17%
B = 61.59%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#284CBA (or 0x284CBA) is known color: Cerulean Blue. HEX triplet: 28, 4C and BA. RGB value is (40,76,186). Sum of RGB (Red+Green+Blue) = 40+76+186=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #284CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284CBA is #D7B345. Grayscale: #4D4D4D. Windows color (decimal): -14136134 or 12209192. OLE color: 12209192.

HSL color Cylindrical-coordinate representation of color #284CBA: hue angle of 225.21º 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 #284CBA is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 76 186 -
CMYK 0.78 0.59 0 0.27
HSL 225.21º 0.65% 0.44% -
HSV(B) 225.21º 0.78% 0.73% -
XYZ 12.32 9.17 47.57 -
YUV 77.78 189.07 101.06 -
System Red Green Blue C M Y K H S L
Decimal 40 76 186 0.78 0.59 0 0.27 225.21 0.65 0.44
Hex 28 4C BA 4E 3B 0 1B E1 41 2C
Octal 50 114 272 116 73 0 33 341 101 54
Binary 101000 1001100 10111010 1001110 111011 0 11011 11100001 1000001 101100

Color Harmonies of #284CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CBA

Black with #284CBA

Text Example


Text Example

White with #284CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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