Html Css Color HEX #284CC6 Cerulean Blue

📋 copy color: '#284CC6'

red 40 ◦ green 76 ◦ blue 198

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

Shades of Cerulean Blue #284CC6

Tints of Cerulean Blue #284CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.06%

R = 12.74%
G = 24.2%
B = 63.06%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#284CC6 (or 0x284CC6) is known color: Cerulean Blue. HEX triplet: 28, 4C and C6. RGB value is (40,76,198). Sum of RGB (Red+Green+Blue) = 40+76+198=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #284CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284CC6 is #D7B339. Grayscale: #4E4E4E. Windows color (decimal): -14136122 or 12995624. OLE color: 12995624.

HSL color Cylindrical-coordinate representation of color #284CC6: hue angle of 226.33º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #284CC6 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 76 198 -
CMYK 0.80 0.62 0 0.22
HSL 226.33º 0.66% 0.47% -
HSV(B) 226.33º 0.8% 0.78% -
XYZ 13.65 9.7 54.58 -
YUV 79.14 195.07 100.08 -
System Red Green Blue C M Y K H S L
Decimal 40 76 198 0.80 0.62 0 0.22 226.33 0.66 0.47
Hex 28 4C C6 50 3E 0 16 E2 42 2F
Octal 50 114 306 120 76 0 26 342 102 57
Binary 101000 1001100 11000110 1010000 111110 0 10110 11100010 1000010 101111

Color Harmonies of #284CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CC6

Black with #284CC6

Text Example


Text Example

White with #284CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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