Html Css Color HEX #4485FA Cornflower Blue

📋 copy color: '#4485FA'

red 68 ◦ green 133 ◦ blue 250

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

Shades of Cornflower Blue #4485FA

Tints of Cornflower Blue #4485FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

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

R = 15.08%
G = 29.49%
B = 55.43%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4485FA (or 0x4485FA) is known color: Cornflower Blue. HEX triplet: 44, 85 and FA. RGB value is (68,133,250). Sum of RGB (Red+Green+Blue) = 68+133+250=451 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.08% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #4485FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4485FA is #BB7A05. Grayscale: #7E7E7E. Windows color (decimal): -12286470 or 16418116. OLE color: 16418116.

HSL color Cylindrical-coordinate representation of color #4485FA: hue angle of 218.57º 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 #4485FA is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 133 250 -
CMYK 0.73 0.47 0 0.02
HSL 218.57º 0.95% 0.62% -
HSV(B) 218.57º 0.73% 0.98% -
XYZ 28.03 24.91 93.77 -
YUV 126.9 197.47 85.99 -
System Red Green Blue C M Y K H S L
Decimal 68 133 250 0.73 0.47 0 0.02 218.57 0.95 0.62
Hex 44 85 FA 49 2F 0 2 DB 5F 3E
Octal 104 205 372 111 57 0 2 333 137 76
Binary 1000100 10000101 11111010 1001001 101111 0 10 11011011 1011111 111110

Color Harmonies of #4485FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4485FA

Black with #4485FA

Text Example


Text Example

White with #4485FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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