Html Css Color HEX #4685FA Cornflower Blue

📋 copy color: '#4685FA'

red 70 ◦ green 133 ◦ blue 250

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

Shades of Cornflower Blue #4685FA

Tints of Cornflower Blue #4685FA

RGB

 RED value IS 70 (27.73% from 255) = 15.45%

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

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

R = 15.45%
G = 29.36%
B = 55.19%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4685FA (or 0x4685FA) is known color: Cornflower Blue. HEX triplet: 46, 85 and FA. RGB value is (70,133,250). Sum of RGB (Red+Green+Blue) = 70+133+250=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #4685FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4685FA is #B97A05. Grayscale: #7E7E7E. Windows color (decimal): -12155398 or 16418118. OLE color: 16418118.

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

Color convert

RGB 70 133 250 -
CMYK 0.72 0.47 0 0.02
HSL 219º 0.95% 0.63% -
HSV(B) 219º 0.72% 0.98% -
XYZ 28.17 24.98 93.78 -
YUV 127.5 197.13 86.99 -
System Red Green Blue C M Y K H S L
Decimal 70 133 250 0.72 0.47 0 0.02 219 0.95 0.63
Hex 46 85 FA 48 2F 0 2 DB 5F 3F
Octal 106 205 372 110 57 0 2 333 137 77
Binary 1000110 10000101 11111010 1001000 101111 0 10 11011011 1011111 111111

Color Harmonies of #4685FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4685FA

Black with #4685FA

Text Example


Text Example

White with #4685FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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