Html Css Color HEX #0D90FA Dodger Blue

📋 copy color: '#0D90FA'

red 13 ◦ green 144 ◦ blue 250

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

Shades of Dodger Blue #0D90FA

Tints of Dodger Blue #0D90FA

RGB

 RED value IS 13 (5.47% from 255) = 3.19%

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

 BLUE value IS 250 (98.05% from 255) = 61.43%

R = 3.19%
G = 35.38%
B = 61.43%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D90FA (or 0x0D90FA) is known color: Dodger Blue. HEX triplet: 0D, 90 and FA. RGB value is (13,144,250). Sum of RGB (Red+Green+Blue) = 13+144+250=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D90FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D90FA is #F26F05. Grayscale: #747474. Windows color (decimal): -15888134 or 16420877. OLE color: 16420877.

HSL color Cylindrical-coordinate representation of color #0D90FA: hue angle of 206.84º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D90FA is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 144 250 -
CMYK 0.95 0.42 0 0.02
HSL 206.84º 0.96% 0.52% -
HSV(B) 206.84º 0.95% 0.98% -
XYZ 27.39 26.93 94.2 -
YUV 116.92 203.1 53.88 -
System Red Green Blue C M Y K H S L
Decimal 13 144 250 0.95 0.42 0 0.02 206.84 0.96 0.52
Hex D 90 FA 5F 2A 0 2 CF 60 34
Octal 15 220 372 137 52 0 2 317 140 64
Binary 1101 10010000 11111010 1011111 101010 0 10 11001111 1100000 110100

Color Harmonies of #0D90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D90FA

Black with #0D90FA

Text Example


Text Example

White with #0D90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D90FA; }

 p { color: rgb(13,144,250); }

 H1.HeaderClassName
 {
   color: #0D90FA;
 }
 .AnyTagClassName
 {
   color: #0D90FA;
 }
</style>

background-color css

<style>
 a { background-color: #0D90FA; }

 a { background-color: rgb(13,144,250); }

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

border-color css

<style>
 span { border-color: #0D90FA; }

 span { border-color: rgb(13,144,250); }

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