Html Css Color HEX #0F7BEE Dodger Blue

📋 copy color: '#0F7BEE'

red 15 ◦ green 123 ◦ blue 238

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

Shades of Dodger Blue #0F7BEE

Tints of Dodger Blue #0F7BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.3%

R = 3.99%
G = 32.71%
B = 63.3%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0F7BEE (or 0x0F7BEE) is known color: Dodger Blue. HEX triplet: 0F, 7B and EE. RGB value is (15,123,238). Sum of RGB (Red+Green+Blue) = 15+123+238=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F7BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7BEE is #F08411. Grayscale: #676767. Windows color (decimal): -15762450 or 15629071. OLE color: 15629071.

HSL color Cylindrical-coordinate representation of color #0F7BEE: hue angle of 210.94º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F7BEE is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 123 238 -
CMYK 0.94 0.48 0 0.07
HSL 210.94º 0.88% 0.5% -
HSV(B) 210.94º 0.94% 0.93% -
XYZ 22.71 20.44 83.64 -
YUV 103.82 203.72 64.65 -
System Red Green Blue C M Y K H S L
Decimal 15 123 238 0.94 0.48 0 0.07 210.94 0.88 0.5
Hex F 7B EE 5E 30 0 7 D3 58 32
Octal 17 173 356 136 60 0 7 323 130 62
Binary 1111 1111011 11101110 1011110 110000 0 111 11010011 1011000 110010

Color Harmonies of #0F7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7BEE

Black with #0F7BEE

Text Example


Text Example

White with #0F7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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