Html Css Color HEX #4BA4FD Cornflower Blue

📋 copy color: '#4BA4FD'

red 75 ◦ green 164 ◦ blue 253

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

Shades of Cornflower Blue #4BA4FD

Tints of Cornflower Blue #4BA4FD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.33%

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 15.24%
G = 33.33%
B = 51.42%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BA4FD (or 0x4BA4FD) is known color: Cornflower Blue. HEX triplet: 4B, A4 and FD. RGB value is (75,164,253). Sum of RGB (Red+Green+Blue) = 75+164+253=492 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.24% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BA4FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA4FD is #B45B02. Grayscale: #939393. Windows color (decimal): -11819779 or 16622667. OLE color: 16622667.

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

Color convert

RGB 75 164 253 -
CMYK 0.70 0.35 0 0.01
HSL 210º 0.98% 0.64% -
HSV(B) 210º 0.7% 0.99% -
XYZ 33.91 35.14 97.92 -
YUV 147.54 187.51 76.26 -
System Red Green Blue C M Y K H S L
Decimal 75 164 253 0.70 0.35 0 0.01 210 0.98 0.64
Hex 4B A4 FD 46 23 0 1 D2 62 40
Octal 113 244 375 106 43 0 1 322 142 100
Binary 1001011 10100100 11111101 1000110 100011 0 1 11010010 1100010 1000000

Color Harmonies of #4BA4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA4FD

Black with #4BA4FD

Text Example


Text Example

White with #4BA4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,164,253); }

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

background-color css

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

 a { background-color: rgb(75,164,253); }

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

border-color css

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

 span { border-color: rgb(75,164,253); }

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