Html Css Color HEX #0767FC Dodger Blue

📋 copy color: '#0767FC'

red 7 ◦ green 103 ◦ blue 252

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

Shades of Dodger Blue #0767FC

Tints of Dodger Blue #0767FC

RGB

 RED value IS 7 (3.13% from 255) = 1.93%

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 1.93%
G = 28.45%
B = 69.61%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0767FC (or 0x0767FC) is known color: Dodger Blue. HEX triplet: 07, 67 and FC. RGB value is (7,103,252). Sum of RGB (Red+Green+Blue) = 7+103+252=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #0767FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0767FC is #F89803. Grayscale: #5A5A5A. Windows color (decimal): -16291844 or 16541447. OLE color: 16541447.

HSL color Cylindrical-coordinate representation of color #0767FC: hue angle of 216.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0767FC is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 103 252 -
CMYK 0.97 0.59 0 0.01
HSL 216.49º 0.98% 0.51% -
HSV(B) 216.49º 0.97% 0.99% -
XYZ 22.51 16.77 94.15 -
YUV 91.28 218.7 67.88 -
System Red Green Blue C M Y K H S L
Decimal 7 103 252 0.97 0.59 0 0.01 216.49 0.98 0.51
Hex 7 67 FC 61 3B 0 1 D8 62 33
Octal 7 147 374 141 73 0 1 330 142 63
Binary 111 1100111 11111100 1100001 111011 0 1 11011000 1100010 110011

Color Harmonies of #0767FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0767FC

Black with #0767FC

Text Example


Text Example

White with #0767FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0767FC; }

 p { color: rgb(7,103,252); }

 H1.HeaderClassName
 {
   color: #0767FC;
 }
 .AnyTagClassName
 {
   color: #0767FC;
 }
</style>

background-color css

<style>
 a { background-color: #0767FC; }

 a { background-color: rgb(7,103,252); }

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

border-color css

<style>
 span { border-color: #0767FC; }

 span { border-color: rgb(7,103,252); }

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