Html Css Color HEX #0B71FA Dodger Blue

📋 copy color: '#0B71FA'

red 11 ◦ green 113 ◦ blue 250

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

Shades of Dodger Blue #0B71FA

Tints of Dodger Blue #0B71FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

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

R = 2.94%
G = 30.21%
B = 66.84%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B71FA (or 0x0B71FA) is known color: Dodger Blue. HEX triplet: 0B, 71 and FA. RGB value is (11,113,250). Sum of RGB (Red+Green+Blue) = 11+113+250=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B71FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B71FA is #F48E05. Grayscale: #616161. Windows color (decimal): -16027142 or 16412939. OLE color: 16412939.

HSL color Cylindrical-coordinate representation of color #0B71FA: hue angle of 214.39º 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 #0B71FA is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 113 250 -
CMYK 0.96 0.55 0 0.02
HSL 214.39º 0.96% 0.51% -
HSV(B) 214.39º 0.96% 0.98% -
XYZ 23.3 18.78 92.84 -
YUV 98.12 213.71 65.86 -
System Red Green Blue C M Y K H S L
Decimal 11 113 250 0.96 0.55 0 0.02 214.39 0.96 0.51
Hex B 71 FA 60 37 0 2 D6 60 33
Octal 13 161 372 140 67 0 2 326 140 63
Binary 1011 1110001 11111010 1100000 110111 0 10 11010110 1100000 110011

Color Harmonies of #0B71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B71FA

Black with #0B71FA

Text Example


Text Example

White with #0B71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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