Html Css Color HEX #307BFB Dodger Blue

📋 copy color: '#307BFB'

red 48 ◦ green 123 ◦ blue 251

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

Shades of Dodger Blue #307BFB

Tints of Dodger Blue #307BFB

RGB

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

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

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

R = 11.37%
G = 29.15%
B = 59.48%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#307BFB (or 0x307BFB) is known color: Dodger Blue. HEX triplet: 30, 7B and FB. RGB value is (48,123,251). Sum of RGB (Red+Green+Blue) = 48+123+251=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #307BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307BFB is #CF8404. Grayscale: #727272. Windows color (decimal): -13599749 or 16481072. OLE color: 16481072.

HSL color Cylindrical-coordinate representation of color #307BFB: hue angle of 217.83º 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 #307BFB is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 123 251 -
CMYK 0.81 0.51 0 0.02
HSL 217.83º 0.96% 0.59% -
HSV(B) 217.83º 0.81% 0.98% -
XYZ 25.71 21.76 94.11 -
YUV 115.17 204.65 80.09 -
System Red Green Blue C M Y K H S L
Decimal 48 123 251 0.81 0.51 0 0.02 217.83 0.96 0.59
Hex 30 7B FB 51 33 0 2 DA 60 3B
Octal 60 173 373 121 63 0 2 332 140 73
Binary 110000 1111011 11111011 1010001 110011 0 10 11011010 1100000 111011

Color Harmonies of #307BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BFB

Black with #307BFB

Text Example


Text Example

White with #307BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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