Html Css Color HEX #4BA3FA Cornflower Blue

📋 copy color: '#4BA3FA'

red 75 ◦ green 163 ◦ blue 250

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

Shades of Cornflower Blue #4BA3FA

Tints of Cornflower Blue #4BA3FA

RGB

 RED value IS 75 (29.69% from 255) = 15.37%

 GREEN value IS 163 (64.06% from 255) = 33.4%

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

R = 15.37%
G = 33.4%
B = 51.23%

CMYK

 C value IS 0.7

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4BA3FA (or 0x4BA3FA) is known color: Cornflower Blue. HEX triplet: 4B, A3 and FA. RGB value is (75,163,250). Sum of RGB (Red+Green+Blue) = 75+163+250=488 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.37% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #4BA3FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA3FA is #B45C05. Grayscale: #929292. Windows color (decimal): -11820038 or 16425803. OLE color: 16425803.

HSL color Cylindrical-coordinate representation of color #4BA3FA: hue angle of 209.83º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BA3FA is Cyan = 0.7, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 163 250 -
CMYK 0.7 0.35 0 0.02
HSL 209.83º 0.95% 0.64% -
HSV(B) 209.83º 0.7% 0.98% -
XYZ 33.25 34.59 95.37 -
YUV 146.61 186.35 76.93 -
System Red Green Blue C M Y K H S L
Decimal 75 163 250 0.7 0.35 0 0.02 209.83 0.95 0.64
Hex 4B A3 FA 46 23 0 2 D2 5F 40
Octal 113 243 372 106 43 0 2 322 137 100
Binary 1001011 10100011 11111010 1000110 100011 0 10 11010010 1011111 1000000

Color Harmonies of #4BA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA3FA

Black with #4BA3FA

Text Example


Text Example

White with #4BA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BA3FA; }

 p { color: rgb(75,163,250); }

 H1.HeaderClassName
 {
   color: #4BA3FA;
 }
 .AnyTagClassName
 {
   color: #4BA3FA;
 }
</style>

background-color css

<style>
 a { background-color: #4BA3FA; }

 a { background-color: rgb(75,163,250); }

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

border-color css

<style>
 span { border-color: #4BA3FA; }

 span { border-color: rgb(75,163,250); }

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