Html Css Color HEX #0F7BEB Dodger Blue

📋 copy color: '#0F7BEB'

red 15 ◦ green 123 ◦ blue 235

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

Shades of Dodger Blue #0F7BEB

Tints of Dodger Blue #0F7BEB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

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

R = 4.02%
G = 32.98%
B = 63%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F7BEB (or 0x0F7BEB) is known color: Dodger Blue. HEX triplet: 0F, 7B and EB. RGB value is (15,123,235). Sum of RGB (Red+Green+Blue) = 15+123+235=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F7BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7BEB is #F08414. Grayscale: #666666. Windows color (decimal): -15762453 or 15432463. OLE color: 15432463.

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

Color convert

RGB 15 123 235 -
CMYK 0.94 0.48 0 0.08
HSL 210.55º 0.88% 0.49% -
HSV(B) 210.55º 0.94% 0.92% -
XYZ 22.28 20.27 81.33 -
YUV 103.48 202.22 64.89 -
System Red Green Blue C M Y K H S L
Decimal 15 123 235 0.94 0.48 0 0.08 210.55 0.88 0.49
Hex F 7B EB 5E 30 0 8 D3 58 31
Octal 17 173 353 136 60 0 10 323 130 61
Binary 1111 1111011 11101011 1011110 110000 0 1000 11010011 1011000 110001

Color Harmonies of #0F7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7BEB

Black with #0F7BEB

Text Example


Text Example

White with #0F7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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