Html Css Color HEX #0F73FA Dodger Blue

📋 copy color: '#0F73FA'

red 15 ◦ green 115 ◦ blue 250

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

Shades of Dodger Blue #0F73FA

Tints of Dodger Blue #0F73FA

RGB

 RED value IS 15 (6.25% from 255) = 3.95%

 GREEN value IS 115 (45.31% from 255) = 30.26%

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

R = 3.95%
G = 30.26%
B = 65.79%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F73FA (or 0x0F73FA) is known color: Dodger Blue. HEX triplet: 0F, 73 and FA. RGB value is (15,115,250). Sum of RGB (Red+Green+Blue) = 15+115+250=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F73FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F73FA is #F08C05. Grayscale: #636363. Windows color (decimal): -15764486 or 16413455. OLE color: 16413455.

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

Color convert

RGB 15 115 250 -
CMYK 0.94 0.54 0 0.02
HSL 214.47º 0.96% 0.52% -
HSV(B) 214.47º 0.94% 0.98% -
XYZ 23.58 19.27 92.92 -
YUV 100.49 212.37 67.02 -
System Red Green Blue C M Y K H S L
Decimal 15 115 250 0.94 0.54 0 0.02 214.47 0.96 0.52
Hex F 73 FA 5E 36 0 2 D6 60 34
Octal 17 163 372 136 66 0 2 326 140 64
Binary 1111 1110011 11111010 1011110 110110 0 10 11010110 1100000 110100

Color Harmonies of #0F73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F73FA

Black with #0F73FA

Text Example


Text Example

White with #0F73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,115,250); }

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

background-color css

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

 a { background-color: rgb(15,115,250); }

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

border-color css

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

 span { border-color: rgb(15,115,250); }

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