Html Css Color HEX #4486FA Cornflower Blue

📋 copy color: '#4486FA'

red 68 ◦ green 134 ◦ blue 250

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

Shades of Cornflower Blue #4486FA

Tints of Cornflower Blue #4486FA

RGB

 RED value IS 68 (26.95% from 255) = 15.04%

 GREEN value IS 134 (52.73% from 255) = 29.65%

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 15.04%
G = 29.65%
B = 55.31%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4486FA (or 0x4486FA) is known color: Cornflower Blue. HEX triplet: 44, 86 and FA. RGB value is (68,134,250). Sum of RGB (Red+Green+Blue) = 68+134+250=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #4486FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4486FA is #BB7905. Grayscale: #7E7E7E. Windows color (decimal): -12286214 or 16418372. OLE color: 16418372.

HSL color Cylindrical-coordinate representation of color #4486FA: hue angle of 218.24º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4486FA is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 134 250 -
CMYK 0.73 0.46 0 0.02
HSL 218.24º 0.95% 0.62% -
HSV(B) 218.24º 0.73% 0.98% -
XYZ 28.16 25.18 93.82 -
YUV 127.49 197.13 85.57 -
System Red Green Blue C M Y K H S L
Decimal 68 134 250 0.73 0.46 0 0.02 218.24 0.95 0.62
Hex 44 86 FA 49 2E 0 2 DA 5F 3E
Octal 104 206 372 111 56 0 2 332 137 76
Binary 1000100 10000110 11111010 1001001 101110 0 10 11011010 1011111 111110

Color Harmonies of #4486FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4486FA

Black with #4486FA

Text Example


Text Example

White with #4486FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4486FA; }

 p { color: rgb(68,134,250); }

 H1.HeaderClassName
 {
   color: #4486FA;
 }
 .AnyTagClassName
 {
   color: #4486FA;
 }
</style>

background-color css

<style>
 a { background-color: #4486FA; }

 a { background-color: rgb(68,134,250); }

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

border-color css

<style>
 span { border-color: #4486FA; }

 span { border-color: rgb(68,134,250); }

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