Html Css Color HEX #468AF9 Cornflower Blue

📋 copy color: '#468AF9'

red 70 ◦ green 138 ◦ blue 249

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

Shades of Cornflower Blue #468AF9

Tints of Cornflower Blue #468AF9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.2%

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

R = 15.32%
G = 30.2%
B = 54.49%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#468AF9 (or 0x468AF9) is known color: Cornflower Blue. HEX triplet: 46, 8A and F9. RGB value is (70,138,249). Sum of RGB (Red+Green+Blue) = 70+138+249=457 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.32% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #468AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468AF9 is #B97506. Grayscale: #818181. Windows color (decimal): -12154119 or 16353862. OLE color: 16353862.

HSL color Cylindrical-coordinate representation of color #468AF9: hue angle of 217.21º 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 #468AF9 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 138 249 -
CMYK 0.72 0.45 0 0.02
HSL 217.21º 0.94% 0.63% -
HSV(B) 217.21º 0.72% 0.98% -
XYZ 28.71 26.32 93.19 -
YUV 130.32 194.97 84.97 -
System Red Green Blue C M Y K H S L
Decimal 70 138 249 0.72 0.45 0 0.02 217.21 0.94 0.63
Hex 46 8A F9 48 2D 0 2 D9 5E 3F
Octal 106 212 371 110 55 0 2 331 136 77
Binary 1000110 10001010 11111001 1001000 101101 0 10 11011001 1011110 111111

Color Harmonies of #468AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468AF9

Black with #468AF9

Text Example


Text Example

White with #468AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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