Html Css Color HEX #469CEF Cornflower Blue

📋 copy color: '#469CEF'

red 70 ◦ green 156 ◦ blue 239

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

Shades of Cornflower Blue #469CEF

Tints of Cornflower Blue #469CEF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.55%

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 15.05%
G = 33.55%
B = 51.4%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#469CEF (or 0x469CEF) is known color: Cornflower Blue. HEX triplet: 46, 9C and EF. RGB value is (70,156,239). Sum of RGB (Red+Green+Blue) = 70+156+239=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #469CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469CEF is #B96310. Grayscale: #8B8B8B. Windows color (decimal): -12149521 or 15703110. OLE color: 15703110.

HSL color Cylindrical-coordinate representation of color #469CEF: hue angle of 209.47º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #469CEF is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 156 239 -
CMYK 0.71 0.35 0 0.06
HSL 209.47º 0.84% 0.61% -
HSV(B) 209.47º 0.71% 0.94% -
XYZ 29.99 31.31 86.12 -
YUV 139.75 184.01 78.25 -
System Red Green Blue C M Y K H S L
Decimal 70 156 239 0.71 0.35 0 0.06 209.47 0.84 0.61
Hex 46 9C EF 47 23 0 6 D1 54 3D
Octal 106 234 357 107 43 0 6 321 124 75
Binary 1000110 10011100 11101111 1000111 100011 0 110 11010001 1010100 111101

Color Harmonies of #469CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CEF

Black with #469CEF

Text Example


Text Example

White with #469CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469CEF; }

 p { color: rgb(70,156,239); }

 H1.HeaderClassName
 {
   color: #469CEF;
 }
 .AnyTagClassName
 {
   color: #469CEF;
 }
</style>

background-color css

<style>
 a { background-color: #469CEF; }

 a { background-color: rgb(70,156,239); }

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

border-color css

<style>
 span { border-color: #469CEF; }

 span { border-color: rgb(70,156,239); }

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