Html Css Color HEX #468BFA Cornflower Blue

📋 copy color: '#468BFA'

red 70 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #468BFA

Tints of Cornflower Blue #468BFA

RGB

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

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

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

R = 15.25%
G = 30.28%
B = 54.47%

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

#468BFA (or 0x468BFA) is known color: Cornflower Blue. HEX triplet: 46, 8B and FA. RGB value is (70,139,250). Sum of RGB (Red+Green+Blue) = 70+139+250=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #468BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468BFA is #B97405. Grayscale: #828282. Windows color (decimal): -12153862 or 16419654. OLE color: 16419654.

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

Color convert

RGB 70 139 250 -
CMYK 0.72 0.44 0 0.02
HSL 217º 0.95% 0.63% -
HSV(B) 217º 0.72% 0.98% -
XYZ 29.01 26.67 94.06 -
YUV 131.02 195.14 84.47 -
System Red Green Blue C M Y K H S L
Decimal 70 139 250 0.72 0.44 0 0.02 217 0.95 0.63
Hex 46 8B FA 48 2C 0 2 D9 5F 3F
Octal 106 213 372 110 54 0 2 331 137 77
Binary 1000110 10001011 11111010 1001000 101100 0 10 11011001 1011111 111111

Color Harmonies of #468BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BFA

Black with #468BFA

Text Example


Text Example

White with #468BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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