Html Css Color HEX #307FFB Dodger Blue

📋 copy color: '#307FFB'

red 48 ◦ green 127 ◦ blue 251

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

Shades of Dodger Blue #307FFB

Tints of Dodger Blue #307FFB

RGB

 RED value IS 48 (19.14% from 255) = 11.27%

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

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 11.27%
G = 29.81%
B = 58.92%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#307FFB (or 0x307FFB) is known color: Dodger Blue. HEX triplet: 30, 7F and FB. RGB value is (48,127,251). Sum of RGB (Red+Green+Blue) = 48+127+251=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #307FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FFB is #CF8004. Grayscale: #747474. Windows color (decimal): -13598725 or 16482096. OLE color: 16482096.

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

Color convert

RGB 48 127 251 -
CMYK 0.81 0.49 0 0.02
HSL 216.65º 0.96% 0.59% -
HSV(B) 216.65º 0.81% 0.98% -
XYZ 26.22 22.77 94.28 -
YUV 117.52 203.33 78.42 -
System Red Green Blue C M Y K H S L
Decimal 48 127 251 0.81 0.49 0 0.02 216.65 0.96 0.59
Hex 30 7F FB 51 31 0 2 D9 60 3B
Octal 60 177 373 121 61 0 2 331 140 73
Binary 110000 1111111 11111011 1010001 110001 0 10 11011001 1100000 111011

Color Harmonies of #307FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FFB

Black with #307FFB

Text Example


Text Example

White with #307FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307FFB; }

 p { color: rgb(48,127,251); }

 H1.HeaderClassName
 {
   color: #307FFB;
 }
 .AnyTagClassName
 {
   color: #307FFB;
 }
</style>

background-color css

<style>
 a { background-color: #307FFB; }

 a { background-color: rgb(48,127,251); }

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

border-color css

<style>
 span { border-color: #307FFB; }

 span { border-color: rgb(48,127,251); }

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