Html Css Color HEX #698FEA Cornflower Blue

📋 copy color: '#698FEA'

red 105 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #698FEA

Tints of Cornflower Blue #698FEA

RGB

 RED value IS 105 (41.41% from 255) = 21.78%

 GREEN value IS 143 (56.25% from 255) = 29.67%

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 21.78%
G = 29.67%
B = 48.55%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#698FEA (or 0x698FEA) is known color: Cornflower Blue. HEX triplet: 69, 8F and EA. RGB value is (105,143,234). Sum of RGB (Red+Green+Blue) = 105+143+234=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #698FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FEA is #967015. Grayscale: #8D8D8D. Windows color (decimal): -9859094 or 15372137. OLE color: 15372137.

HSL color Cylindrical-coordinate representation of color #698FEA: hue angle of 222.33º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #698FEA is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 143 234 -
CMYK 0.55 0.39 0 0.08
HSL 222.33º 0.75% 0.66% -
HSV(B) 222.33º 0.55% 0.92% -
XYZ 30.5 28.59 81.75 -
YUV 142.01 179.91 101.6 -
System Red Green Blue C M Y K H S L
Decimal 105 143 234 0.55 0.39 0 0.08 222.33 0.75 0.66
Hex 69 8F EA 37 27 0 8 DE 4B 42
Octal 151 217 352 67 47 0 10 336 113 102
Binary 1101001 10001111 11101010 110111 100111 0 1000 11011110 1001011 1000010

Color Harmonies of #698FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698FEA

Black with #698FEA

Text Example


Text Example

White with #698FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698FEA; }

 p { color: rgb(105,143,234); }

 H1.HeaderClassName
 {
   color: #698FEA;
 }
 .AnyTagClassName
 {
   color: #698FEA;
 }
</style>

background-color css

<style>
 a { background-color: #698FEA; }

 a { background-color: rgb(105,143,234); }

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

border-color css

<style>
 span { border-color: #698FEA; }

 span { border-color: rgb(105,143,234); }

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