Html Css Color HEX #629EEF Cornflower Blue

📋 copy color: '#629EEF'

red 98 ◦ green 158 ◦ blue 239

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

Shades of Cornflower Blue #629EEF

Tints of Cornflower Blue #629EEF

RGB

 RED value IS 98 (38.67% from 255) = 19.8%

 GREEN value IS 158 (62.11% from 255) = 31.92%

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

R = 19.8%
G = 31.92%
B = 48.28%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#629EEF (or 0x629EEF) is known color: Cornflower Blue. HEX triplet: 62, 9E and EF. RGB value is (98,158,239). Sum of RGB (Red+Green+Blue) = 98+158+239=495 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.80% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #629EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EEF is #9D6110. Grayscale: #949494. Windows color (decimal): -10314001 or 15703650. OLE color: 15703650.

HSL color Cylindrical-coordinate representation of color #629EEF: hue angle of 214.47º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #629EEF is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 158 239 -
CMYK 0.59 0.34 0 0.06
HSL 214.47º 0.82% 0.66% -
HSV(B) 214.47º 0.59% 0.94% -
XYZ 32.84 33.28 86.35 -
YUV 149.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 98 158 239 0.59 0.34 0 0.06 214.47 0.82 0.66
Hex 62 9E EF 3B 22 0 6 D6 52 42
Octal 142 236 357 73 42 0 6 326 122 102
Binary 1100010 10011110 11101111 111011 100010 0 110 11010110 1010010 1000010

Color Harmonies of #629EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629EEF

Black with #629EEF

Text Example


Text Example

White with #629EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629EEF; }

 p { color: rgb(98,158,239); }

 H1.HeaderClassName
 {
   color: #629EEF;
 }
 .AnyTagClassName
 {
   color: #629EEF;
 }
</style>

background-color css

<style>
 a { background-color: #629EEF; }

 a { background-color: rgb(98,158,239); }

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

border-color css

<style>
 span { border-color: #629EEF; }

 span { border-color: rgb(98,158,239); }

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