Html Css Color HEX #284FCB Cerulean Blue

📋 copy color: '#284FCB'

red 40 ◦ green 79 ◦ blue 203

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

Shades of Cerulean Blue #284FCB

Tints of Cerulean Blue #284FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.04%

R = 12.42%
G = 24.53%
B = 63.04%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#284FCB (or 0x284FCB) is known color: Cerulean Blue. HEX triplet: 28, 4F and CB. RGB value is (40,79,203). Sum of RGB (Red+Green+Blue) = 40+79+203=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #284FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #284FCB is #D7B034. Grayscale: #505050. Windows color (decimal): -14135349 or 13324072. OLE color: 13324072.

HSL color Cylindrical-coordinate representation of color #284FCB: hue angle of 225.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #284FCB is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 79 203 -
CMYK 0.80 0.61 0 0.20
HSL 225.64º 0.67% 0.48% -
HSV(B) 225.64º 0.8% 0.8% -
XYZ 14.45 10.35 57.74 -
YUV 81.48 196.58 98.42 -
System Red Green Blue C M Y K H S L
Decimal 40 79 203 0.80 0.61 0 0.20 225.64 0.67 0.48
Hex 28 4F CB 50 3D 0 14 E2 43 30
Octal 50 117 313 120 75 0 24 342 103 60
Binary 101000 1001111 11001011 1010000 111101 0 10100 11100010 1000011 110000

Color Harmonies of #284FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284FCB

Black with #284FCB

Text Example


Text Example

White with #284FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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