Html Css Color HEX #0290EB Dodger Blue

📋 copy color: '#0290EB'

red 2 ◦ green 144 ◦ blue 235

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

Shades of Dodger Blue #0290EB

Tints of Dodger Blue #0290EB

RGB

 RED value IS 2 (1.17% from 255) = 0.52%

 GREEN value IS 144 (56.64% from 255) = 37.8%

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 0.52%
G = 37.8%
B = 61.68%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0290EB (or 0x0290EB) is known color: Dodger Blue. HEX triplet: 02, 90 and EB. RGB value is (2,144,235). Sum of RGB (Red+Green+Blue) = 2+144+235=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #0290EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0290EB is #FD6F14. Grayscale: #6F6F6F. Windows color (decimal): -16609045 or 15437826. OLE color: 15437826.

HSL color Cylindrical-coordinate representation of color #0290EB: hue angle of 203.43º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0290EB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 144 235 -
CMYK 0.99 0.39 0 0.08
HSL 203.43º 0.98% 0.46% -
HSV(B) 203.43º 0.99% 0.92% -
XYZ 24.99 25.96 82.29 -
YUV 111.92 197.46 49.6 -
System Red Green Blue C M Y K H S L
Decimal 2 144 235 0.99 0.39 0 0.08 203.43 0.98 0.46
Hex 2 90 EB 63 27 0 8 CB 62 2E
Octal 2 220 353 143 47 0 10 313 142 56
Binary 10 10010000 11101011 1100011 100111 0 1000 11001011 1100010 101110

Color Harmonies of #0290EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0290EB

Black with #0290EB

Text Example


Text Example

White with #0290EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0290EB; }

 p { color: rgb(2,144,235); }

 H1.HeaderClassName
 {
   color: #0290EB;
 }
 .AnyTagClassName
 {
   color: #0290EB;
 }
</style>

background-color css

<style>
 a { background-color: #0290EB; }

 a { background-color: rgb(2,144,235); }

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

border-color css

<style>
 span { border-color: #0290EB; }

 span { border-color: rgb(2,144,235); }

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