Html Css Color HEX #468BF9 Cornflower Blue

📋 copy color: '#468BF9'

red 70 ◦ green 139 ◦ blue 249

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

Shades of Cornflower Blue #468BF9

Tints of Cornflower Blue #468BF9

RGB

 RED value IS 70 (27.73% from 255) = 15.28%

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

 BLUE value IS 249 (97.66% from 255) = 54.37%

R = 15.28%
G = 30.35%
B = 54.37%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#468BF9 (or 0x468BF9) is known color: Cornflower Blue. HEX triplet: 46, 8B and F9. RGB value is (70,139,249). Sum of RGB (Red+Green+Blue) = 70+139+249=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #468BF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468BF9 is #B97406. Grayscale: #828282. Windows color (decimal): -12153863 or 16354118. OLE color: 16354118.

HSL color Cylindrical-coordinate representation of color #468BF9: hue angle of 216.87º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468BF9 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 139 249 -
CMYK 0.72 0.44 0 0.02
HSL 216.87º 0.94% 0.63% -
HSV(B) 216.87º 0.72% 0.98% -
XYZ 28.86 26.61 93.24 -
YUV 130.91 194.64 84.56 -
System Red Green Blue C M Y K H S L
Decimal 70 139 249 0.72 0.44 0 0.02 216.87 0.94 0.63
Hex 46 8B F9 48 2C 0 2 D9 5E 3F
Octal 106 213 371 110 54 0 2 331 136 77
Binary 1000110 10001011 11111001 1001000 101100 0 10 11011001 1011110 111111

Color Harmonies of #468BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BF9

Black with #468BF9

Text Example


Text Example

White with #468BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468BF9; }

 p { color: rgb(70,139,249); }

 H1.HeaderClassName
 {
   color: #468BF9;
 }
 .AnyTagClassName
 {
   color: #468BF9;
 }
</style>

background-color css

<style>
 a { background-color: #468BF9; }

 a { background-color: rgb(70,139,249); }

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

border-color css

<style>
 span { border-color: #468BF9; }

 span { border-color: rgb(70,139,249); }

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