Html Css Color HEX #4BA5FA Cornflower Blue

📋 copy color: '#4BA5FA'

red 75 ◦ green 165 ◦ blue 250

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

Shades of Cornflower Blue #4BA5FA

Tints of Cornflower Blue #4BA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

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

R = 15.31%
G = 33.67%
B = 51.02%

CMYK

 C value IS 0.7

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4BA5FA (or 0x4BA5FA) is known color: Cornflower Blue. HEX triplet: 4B, A5 and FA. RGB value is (75,165,250). Sum of RGB (Red+Green+Blue) = 75+165+250=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #4BA5FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA5FA is #B45A05. Grayscale: #939393. Windows color (decimal): -11819526 or 16426315. OLE color: 16426315.

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

Color convert

RGB 75 165 250 -
CMYK 0.7 0.34 0 0.02
HSL 209.14º 0.95% 0.64% -
HSV(B) 209.14º 0.7% 0.98% -
XYZ 33.61 35.31 95.49 -
YUV 147.78 185.68 76.09 -
System Red Green Blue C M Y K H S L
Decimal 75 165 250 0.7 0.34 0 0.02 209.14 0.95 0.64
Hex 4B A5 FA 46 22 0 2 D1 5F 40
Octal 113 245 372 106 42 0 2 321 137 100
Binary 1001011 10100101 11111010 1000110 100010 0 10 11010001 1011111 1000000

Color Harmonies of #4BA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA5FA

Black with #4BA5FA

Text Example


Text Example

White with #4BA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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