Html Css Color HEX #067FFA Dodger Blue

📋 copy color: '#067FFA'

red 6 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #067FFA

Tints of Dodger Blue #067FFA

RGB

 RED value IS 6 (2.73% from 255) = 1.57%

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 1.57%
G = 33.16%
B = 65.27%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#067FFA (or 0x067FFA) is known color: Dodger Blue. HEX triplet: 06, 7F and FA. RGB value is (6,127,250). Sum of RGB (Red+Green+Blue) = 6+127+250=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #067FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067FFA is #F98005. Grayscale: #686868. Windows color (decimal): -16351238 or 16416518. OLE color: 16416518.

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

Color convert

RGB 6 127 250 -
CMYK 0.98 0.49 0 0.02
HSL 210.25º 0.96% 0.5% -
HSV(B) 210.25º 0.98% 0.98% -
XYZ 24.92 22.12 93.4 -
YUV 104.84 209.91 57.5 -
System Red Green Blue C M Y K H S L
Decimal 6 127 250 0.98 0.49 0 0.02 210.25 0.96 0.5
Hex 6 7F FA 62 31 0 2 D2 60 32
Octal 6 177 372 142 61 0 2 322 140 62
Binary 110 1111111 11111010 1100010 110001 0 10 11010010 1100000 110010

Color Harmonies of #067FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FFA

Black with #067FFA

Text Example


Text Example

White with #067FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067FFA; }

 p { color: rgb(6,127,250); }

 H1.HeaderClassName
 {
   color: #067FFA;
 }
 .AnyTagClassName
 {
   color: #067FFA;
 }
</style>

background-color css

<style>
 a { background-color: #067FFA; }

 a { background-color: rgb(6,127,250); }

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

border-color css

<style>
 span { border-color: #067FFA; }

 span { border-color: rgb(6,127,250); }

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