Html Css Color HEX #4B8FFA Cornflower Blue

📋 copy color: '#4B8FFA'

red 75 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #4B8FFA

Tints of Cornflower Blue #4B8FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

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

R = 16.03%
G = 30.56%
B = 53.42%

CMYK

 C value IS 0.7

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B8FFA (or 0x4B8FFA) is known color: Cornflower Blue. HEX triplet: 4B, 8F and FA. RGB value is (75,143,250). Sum of RGB (Red+Green+Blue) = 75+143+250=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B8FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8FFA is #B47005. Grayscale: #868686. Windows color (decimal): -11825158 or 16420683. OLE color: 16420683.

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

Color convert

RGB 75 143 250 -
CMYK 0.7 0.43 0 0.02
HSL 216.69º 0.95% 0.64% -
HSV(B) 216.69º 0.7% 0.98% -
XYZ 29.98 28.04 94.28 -
YUV 134.87 192.97 85.3 -
System Red Green Blue C M Y K H S L
Decimal 75 143 250 0.7 0.43 0 0.02 216.69 0.95 0.64
Hex 4B 8F FA 46 2B 0 2 D9 5F 40
Octal 113 217 372 106 53 0 2 331 137 100
Binary 1001011 10001111 11111010 1000110 101011 0 10 11011001 1011111 1000000

Color Harmonies of #4B8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8FFA

Black with #4B8FFA

Text Example


Text Example

White with #4B8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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