Html Css Color HEX #4B8BFA Cornflower Blue

📋 copy color: '#4B8BFA'

red 75 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #4B8BFA

Tints of Cornflower Blue #4B8BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.96%

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

R = 16.16%
G = 29.96%
B = 53.88%

CMYK

 C value IS 0.7

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B8BFA (or 0x4B8BFA) is known color: Cornflower Blue. HEX triplet: 4B, 8B and FA. RGB value is (75,139,250). Sum of RGB (Red+Green+Blue) = 75+139+250=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B8BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8BFA is #B47405. Grayscale: #848484. Windows color (decimal): -11826182 or 16419659. OLE color: 16419659.

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

Color convert

RGB 75 139 250 -
CMYK 0.7 0.44 0 0.02
HSL 218.06º 0.95% 0.64% -
HSV(B) 218.06º 0.7% 0.98% -
XYZ 29.39 26.86 94.08 -
YUV 132.52 194.3 86.97 -
System Red Green Blue C M Y K H S L
Decimal 75 139 250 0.7 0.44 0 0.02 218.06 0.95 0.64
Hex 4B 8B FA 46 2C 0 2 DA 5F 40
Octal 113 213 372 106 54 0 2 332 137 100
Binary 1001011 10001011 11111010 1000110 101100 0 10 11011010 1011111 1000000

Color Harmonies of #4B8BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8BFA

Black with #4B8BFA

Text Example


Text Example

White with #4B8BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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