Html Css Color HEX #0FA2FA Dodger Blue

📋 copy color: '#0FA2FA'

red 15 ◦ green 162 ◦ blue 250

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

Shades of Dodger Blue #0FA2FA

Tints of Dodger Blue #0FA2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.94%

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

R = 3.51%
G = 37.94%
B = 58.55%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FA2FA (or 0x0FA2FA) is known color: Dodger Blue. HEX triplet: 0F, A2 and FA. RGB value is (15,162,250). Sum of RGB (Red+Green+Blue) = 15+162+250=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FA2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA2FA is #F05D05. Grayscale: #7F7F7F. Windows color (decimal): -15752454 or 16425487. OLE color: 16425487.

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

Color convert

RGB 15 162 250 -
CMYK 0.94 0.35 0 0.02
HSL 202.47º 0.96% 0.52% -
HSV(B) 202.47º 0.94% 0.98% -
XYZ 30.37 32.84 95.18 -
YUV 128.08 196.8 47.34 -
System Red Green Blue C M Y K H S L
Decimal 15 162 250 0.94 0.35 0 0.02 202.47 0.96 0.52
Hex F A2 FA 5E 23 0 2 CA 60 34
Octal 17 242 372 136 43 0 2 312 140 64
Binary 1111 10100010 11111010 1011110 100011 0 10 11001010 1100000 110100

Color Harmonies of #0FA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA2FA

Black with #0FA2FA

Text Example


Text Example

White with #0FA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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