Html Css Color HEX #0FA3EB Dodger Blue

📋 copy color: '#0FA3EB'

red 15 ◦ green 163 ◦ blue 235

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

Shades of Dodger Blue #0FA3EB

Tints of Dodger Blue #0FA3EB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.47%

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 3.63%
G = 39.47%
B = 56.9%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FA3EB (or 0x0FA3EB) is known color: Dodger Blue. HEX triplet: 0F, A3 and EB. RGB value is (15,163,235). Sum of RGB (Red+Green+Blue) = 15+163+235=413 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.63% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FA3EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA3EB is #F05C14. Grayscale: #7E7E7E. Windows color (decimal): -15752213 or 15442703. OLE color: 15442703.

HSL color Cylindrical-coordinate representation of color #0FA3EB: hue angle of 199.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA3EB is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 163 235 -
CMYK 0.94 0.31 0 0.08
HSL 199.64º 0.88% 0.49% -
HSV(B) 199.64º 0.94% 0.92% -
XYZ 28.29 32.29 83.34 -
YUV 126.96 188.97 48.15 -
System Red Green Blue C M Y K H S L
Decimal 15 163 235 0.94 0.31 0 0.08 199.64 0.88 0.49
Hex F A3 EB 5E 1F 0 8 C8 58 31
Octal 17 243 353 136 37 0 10 310 130 61
Binary 1111 10100011 11101011 1011110 11111 0 1000 11001000 1011000 110001

Color Harmonies of #0FA3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA3EB

Black with #0FA3EB

Text Example


Text Example

White with #0FA3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,163,235); }

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

background-color css

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

 a { background-color: rgb(15,163,235); }

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

border-color css

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

 span { border-color: rgb(15,163,235); }

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