Html Css Color HEX #0F93FA Dodger Blue

📋 copy color: '#0F93FA'

red 15 ◦ green 147 ◦ blue 250

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

Shades of Dodger Blue #0F93FA

Tints of Dodger Blue #0F93FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

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

R = 3.64%
G = 35.68%
B = 60.68%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F93FA (or 0x0F93FA) is known color: Dodger Blue. HEX triplet: 0F, 93 and FA. RGB value is (15,147,250). Sum of RGB (Red+Green+Blue) = 15+147+250=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F93FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F93FA is #F06C05. Grayscale: #767676. Windows color (decimal): -15756294 or 16421647. OLE color: 16421647.

HSL color Cylindrical-coordinate representation of color #0F93FA: hue angle of 206.3º 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 #0F93FA is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 147 250 -
CMYK 0.94 0.41 0 0.02
HSL 206.3º 0.96% 0.52% -
HSV(B) 206.3º 0.94% 0.98% -
XYZ 27.89 27.87 94.35 -
YUV 119.27 201.77 53.62 -
System Red Green Blue C M Y K H S L
Decimal 15 147 250 0.94 0.41 0 0.02 206.3 0.96 0.52
Hex F 93 FA 5E 29 0 2 CE 60 34
Octal 17 223 372 136 51 0 2 316 140 64
Binary 1111 10010011 11111010 1011110 101001 0 10 11001110 1100000 110100

Color Harmonies of #0F93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F93FA

Black with #0F93FA

Text Example


Text Example

White with #0F93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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