Html Css Color HEX #0290FD Dodger Blue

📋 copy color: '#0290FD'

red 2 ◦ green 144 ◦ blue 253

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

Shades of Dodger Blue #0290FD

Tints of Dodger Blue #0290FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 0.5%
G = 36.09%
B = 63.41%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0290FD (or 0x0290FD) is known color: Dodger Blue. HEX triplet: 02, 90 and FD. RGB value is (2,144,253). Sum of RGB (Red+Green+Blue) = 2+144+253=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #0290FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0290FD is #FD6F02. Grayscale: #717171. Windows color (decimal): -16609027 or 16617474. OLE color: 16617474.

HSL color Cylindrical-coordinate representation of color #0290FD: hue angle of 206.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0290FD is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 144 253 -
CMYK 0.99 0.43 0 0.01
HSL 206.06º 0.98% 0.5% -
HSV(B) 206.06º 0.99% 0.99% -
XYZ 27.73 27.05 96.69 -
YUV 113.97 206.46 48.14 -
System Red Green Blue C M Y K H S L
Decimal 2 144 253 0.99 0.43 0 0.01 206.06 0.98 0.5
Hex 2 90 FD 63 2B 0 1 CE 62 32
Octal 2 220 375 143 53 0 1 316 142 62
Binary 10 10010000 11111101 1100011 101011 0 1 11001110 1100010 110010

Color Harmonies of #0290FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0290FD

Black with #0290FD

Text Example


Text Example

White with #0290FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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