Html Css Color HEX #007BFE Dodger Blue

📋 copy color: '#007BFE'

red 0 ◦ green 123 ◦ blue 254

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

Shades of Dodger Blue #007BFE

Tints of Dodger Blue #007BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.37%

R = 0%
G = 32.63%
B = 67.37%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#007BFE (or 0x007BFE) is known color: Dodger Blue. HEX triplet: 00, 7B and FE. RGB value is (0,123,254). Sum of RGB (Red+Green+Blue) = 0+123+254=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #007BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BFE is #FF8401. Grayscale: #646464. Windows color (decimal): -16745474 or 16677632. OLE color: 16677632.

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

Color convert

RGB 0 123 254 -
CMYK 1 0.52 0 0.00
HSL 210.94º 1% 0.5% -
HSV(B) 210.94º 1% 1% -
XYZ 24.97 21.32 96.57 -
YUV 101.16 214.25 55.85 -
System Red Green Blue C M Y K H S L
Decimal 0 123 254 1 0.52 0 0.00 210.94 1 0.5
Hex 0 7B FE 64 34 0 0 D3 64 32
Octal 0 173 376 144 64 0 0 323 144 62
Binary 0 1111011 11111110 1100100 110100 0 0 11010011 1100100 110010

Color Harmonies of #007BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BFE

Black with #007BFE

Text Example


Text Example

White with #007BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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