Html Css Color HEX #4BA7FA Cornflower Blue

📋 copy color: '#4BA7FA'

red 75 ◦ green 167 ◦ blue 250

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

Shades of Cornflower Blue #4BA7FA

Tints of Cornflower Blue #4BA7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.94%

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

R = 15.24%
G = 33.94%
B = 50.81%

CMYK

 C value IS 0.7

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4BA7FA (or 0x4BA7FA) is known color: Cornflower Blue. HEX triplet: 4B, A7 and FA. RGB value is (75,167,250). Sum of RGB (Red+Green+Blue) = 75+167+250=492 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.24% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #4BA7FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA7FA is #B45805. Grayscale: #949494. Windows color (decimal): -11819014 or 16426827. OLE color: 16426827.

HSL color Cylindrical-coordinate representation of color #4BA7FA: hue angle of 208.46º 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 #4BA7FA is Cyan = 0.7, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 167 250 -
CMYK 0.7 0.33 0 0.02
HSL 208.46º 0.95% 0.64% -
HSV(B) 208.46º 0.7% 0.98% -
XYZ 33.98 36.04 95.61 -
YUV 148.95 185.02 75.25 -
System Red Green Blue C M Y K H S L
Decimal 75 167 250 0.7 0.33 0 0.02 208.46 0.95 0.64
Hex 4B A7 FA 46 21 0 2 D0 5F 40
Octal 113 247 372 106 41 0 2 320 137 100
Binary 1001011 10100111 11111010 1000110 100001 0 10 11010000 1011111 1000000

Color Harmonies of #4BA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA7FA

Black with #4BA7FA

Text Example


Text Example

White with #4BA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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