Html Css Color HEX #4689FA Cornflower Blue

📋 copy color: '#4689FA'

red 70 ◦ green 137 ◦ blue 250

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

Shades of Cornflower Blue #4689FA

Tints of Cornflower Blue #4689FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

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

R = 15.32%
G = 29.98%
B = 54.7%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4689FA (or 0x4689FA) is known color: Cornflower Blue. HEX triplet: 46, 89 and FA. RGB value is (70,137,250). Sum of RGB (Red+Green+Blue) = 70+137+250=457 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.32% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #4689FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4689FA is #B97605. Grayscale: #818181. Windows color (decimal): -12154374 or 16419142. OLE color: 16419142.

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

Color convert

RGB 70 137 250 -
CMYK 0.72 0.45 0 0.02
HSL 217.67º 0.95% 0.63% -
HSV(B) 217.67º 0.72% 0.98% -
XYZ 28.73 26.1 93.97 -
YUV 129.85 195.8 85.31 -
System Red Green Blue C M Y K H S L
Decimal 70 137 250 0.72 0.45 0 0.02 217.67 0.95 0.63
Hex 46 89 FA 48 2D 0 2 DA 5F 3F
Octal 106 211 372 110 55 0 2 332 137 77
Binary 1000110 10001001 11111010 1001000 101101 0 10 11011010 1011111 111111

Color Harmonies of #4689FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4689FA

Black with #4689FA

Text Example


Text Example

White with #4689FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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