Html Css Color HEX #007BFD Dodger Blue

📋 copy color: '#007BFD'

red 0 ◦ green 123 ◦ blue 253

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

Shades of Dodger Blue #007BFD

Tints of Dodger Blue #007BFD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 0%
G = 32.71%
B = 67.29%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#007BFD (or 0x007BFD) is known color: Dodger Blue. HEX triplet: 00, 7B and FD. RGB value is (0,123,253). Sum of RGB (Red+Green+Blue) = 0+123+253=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #007BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BFD is #FF8402. Grayscale: #646464. Windows color (decimal): -16745475 or 16612096. OLE color: 16612096.

HSL color Cylindrical-coordinate representation of color #007BFD: hue angle of 210.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BFD is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 123 253 -
CMYK 1 0.51 0 0.01
HSL 210.83º 1% 0.5% -
HSV(B) 210.83º 1% 0.99% -
XYZ 24.81 21.26 95.72 -
YUV 101.04 213.75 55.93 -
System Red Green Blue C M Y K H S L
Decimal 0 123 253 1 0.51 0 0.01 210.83 1 0.5
Hex 0 7B FD 64 33 0 1 D3 64 32
Octal 0 173 375 144 63 0 1 323 144 62
Binary 0 1111011 11111101 1100100 110011 0 1 11010011 1100100 110010

Color Harmonies of #007BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BFD

Black with #007BFD

Text Example


Text Example

White with #007BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007BFD; }

 p { color: rgb(0,123,253); }

 H1.HeaderClassName
 {
   color: #007BFD;
 }
 .AnyTagClassName
 {
   color: #007BFD;
 }
</style>

background-color css

<style>
 a { background-color: #007BFD; }

 a { background-color: rgb(0,123,253); }

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

border-color css

<style>
 span { border-color: #007BFD; }

 span { border-color: rgb(0,123,253); }

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