Html Css Color HEX #007BFC Dodger Blue

📋 copy color: '#007BFC'

red 0 ◦ green 123 ◦ blue 252

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

Shades of Dodger Blue #007BFC

Tints of Dodger Blue #007BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.2%

R = 0%
G = 32.8%
B = 67.2%

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

#007BFC (or 0x007BFC) is known color: Dodger Blue. HEX triplet: 00, 7B and FC. RGB value is (0,123,252). Sum of RGB (Red+Green+Blue) = 0+123+252=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #007BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BFC is #FF8403. Grayscale: #646464. Windows color (decimal): -16745476 or 16546560. OLE color: 16546560.

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

Color convert

RGB 0 123 252 -
CMYK 1 0.51 0 0.01
HSL 210.71º 1% 0.49% -
HSV(B) 210.71º 1% 0.99% -
XYZ 24.65 21.19 94.89 -
YUV 100.93 213.25 56.01 -
System Red Green Blue C M Y K H S L
Decimal 0 123 252 1 0.51 0 0.01 210.71 1 0.49
Hex 0 7B FC 64 33 0 1 D3 64 31
Octal 0 173 374 144 63 0 1 323 144 61
Binary 0 1111011 11111100 1100100 110011 0 1 11010011 1100100 110001

Color Harmonies of #007BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BFC

Black with #007BFC

Text Example


Text Example

White with #007BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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