Html Css Color HEX #0B6FFA Dodger Blue

📋 copy color: '#0B6FFA'

red 11 ◦ green 111 ◦ blue 250

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

Shades of Dodger Blue #0B6FFA

Tints of Dodger Blue #0B6FFA

RGB

 RED value IS 11 (4.69% from 255) = 2.96%

 GREEN value IS 111 (43.75% from 255) = 29.84%

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

R = 2.96%
G = 29.84%
B = 67.2%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B6FFA (or 0x0B6FFA) is known color: Dodger Blue. HEX triplet: 0B, 6F and FA. RGB value is (11,111,250). Sum of RGB (Red+Green+Blue) = 11+111+250=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B6FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6FFA is #F49005. Grayscale: #606060. Windows color (decimal): -16027654 or 16412427. OLE color: 16412427.

HSL color Cylindrical-coordinate representation of color #0B6FFA: hue angle of 214.9º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B6FFA is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 111 250 -
CMYK 0.96 0.56 0 0.02
HSL 214.9º 0.96% 0.51% -
HSV(B) 214.9º 0.96% 0.98% -
XYZ 23.08 18.34 92.77 -
YUV 96.95 214.37 66.7 -
System Red Green Blue C M Y K H S L
Decimal 11 111 250 0.96 0.56 0 0.02 214.9 0.96 0.51
Hex B 6F FA 60 38 0 2 D7 60 33
Octal 13 157 372 140 70 0 2 327 140 63
Binary 1011 1101111 11111010 1100000 111000 0 10 11010111 1100000 110011

Color Harmonies of #0B6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6FFA

Black with #0B6FFA

Text Example


Text Example

White with #0B6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,111,250); }

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

background-color css

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

 a { background-color: rgb(11,111,250); }

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

border-color css

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

 span { border-color: rgb(11,111,250); }

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