Html Css Color HEX #0290EA Dodger Blue

📋 copy color: '#0290EA'

red 2 ◦ green 144 ◦ blue 234

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

Shades of Dodger Blue #0290EA

Tints of Dodger Blue #0290EA

RGB

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

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

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

R = 0.53%
G = 37.89%
B = 61.58%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0290EA (or 0x0290EA) is known color: Dodger Blue. HEX triplet: 02, 90 and EA. RGB value is (2,144,234). Sum of RGB (Red+Green+Blue) = 2+144+234=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #0290EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0290EA is #FD6F15. Grayscale: #6F6F6F. Windows color (decimal): -16609046 or 15372290. OLE color: 15372290.

HSL color Cylindrical-coordinate representation of color #0290EA: hue angle of 203.28º 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 #0290EA is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 144 234 -
CMYK 0.99 0.38 0 0.08
HSL 203.28º 0.98% 0.46% -
HSV(B) 203.28º 0.99% 0.92% -
XYZ 24.85 25.9 81.53 -
YUV 111.8 196.96 49.68 -
System Red Green Blue C M Y K H S L
Decimal 2 144 234 0.99 0.38 0 0.08 203.28 0.98 0.46
Hex 2 90 EA 63 26 0 8 CB 62 2E
Octal 2 220 352 143 46 0 10 313 142 56
Binary 10 10010000 11101010 1100011 100110 0 1000 11001011 1100010 101110

Color Harmonies of #0290EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0290EA

Black with #0290EA

Text Example


Text Example

White with #0290EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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