Html Css Color HEX #4BA3FE Cornflower Blue

📋 copy color: '#4BA3FE'

red 75 ◦ green 163 ◦ blue 254

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

Shades of Cornflower Blue #4BA3FE

Tints of Cornflower Blue #4BA3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 15.24%
G = 33.13%
B = 51.63%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BA3FE (or 0x4BA3FE) is known color: Cornflower Blue. HEX triplet: 4B, A3 and FE. RGB value is (75,163,254). Sum of RGB (Red+Green+Blue) = 75+163+254=492 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.24% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BA3FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA3FE is #B45C01. Grayscale: #929292. Windows color (decimal): -11820034 or 16687947. OLE color: 16687947.

HSL color Cylindrical-coordinate representation of color #4BA3FE: hue angle of 210.5º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BA3FE is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 163 254 -
CMYK 0.70 0.36 0 0.00
HSL 210.5º 0.99% 0.65% -
HSV(B) 210.5º 0.7% 1% -
XYZ 33.89 34.85 98.71 -
YUV 147.06 188.35 76.6 -
System Red Green Blue C M Y K H S L
Decimal 75 163 254 0.70 0.36 0 0.00 210.5 0.99 0.65
Hex 4B A3 FE 46 24 0 0 D3 63 41
Octal 113 243 376 106 44 0 0 323 143 101
Binary 1001011 10100011 11111110 1000110 100100 0 0 11010011 1100011 1000001

Color Harmonies of #4BA3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA3FE

Black with #4BA3FE

Text Example


Text Example

White with #4BA3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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