Html Css Color HEX #284BCF Cerulean Blue

📋 copy color: '#284BCF'

red 40 ◦ green 75 ◦ blue 207

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

Shades of Cerulean Blue #284BCF

Tints of Cerulean Blue #284BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.29%

 BLUE value IS 207 (81.25% from 255) = 64.29%

R = 12.42%
G = 23.29%
B = 64.29%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#284BCF (or 0x284BCF) is known color: Cerulean Blue. HEX triplet: 28, 4B and CF. RGB value is (40,75,207). Sum of RGB (Red+Green+Blue) = 40+75+207=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #284BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284BCF is #D7B430. Grayscale: #4F4F4F. Windows color (decimal): -14136369 or 13585192. OLE color: 13585192.

HSL color Cylindrical-coordinate representation of color #284BCF: hue angle of 227.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #284BCF is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 75 207 -
CMYK 0.81 0.64 0 0.19
HSL 227.43º 0.68% 0.48% -
HSV(B) 227.43º 0.81% 0.81% -
XYZ 14.65 9.99 60.19 -
YUV 79.58 199.9 99.77 -
System Red Green Blue C M Y K H S L
Decimal 40 75 207 0.81 0.64 0 0.19 227.43 0.68 0.48
Hex 28 4B CF 51 40 0 13 E3 44 30
Octal 50 113 317 121 100 0 23 343 104 60
Binary 101000 1001011 11001111 1010001 1000000 0 10011 11100011 1000100 110000

Color Harmonies of #284BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284BCF

Black with #284BCF

Text Example


Text Example

White with #284BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,75,207); }

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

background-color css

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

 a { background-color: rgb(40,75,207); }

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

border-color css

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

 span { border-color: rgb(40,75,207); }

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