Html Css Color HEX #308ACF Curious Blue

📋 copy color: '#308ACF'

red 48 ◦ green 138 ◦ blue 207

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

Shades of Curious Blue #308ACF

Tints of Curious Blue #308ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.11%

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 12.21%
G = 35.11%
B = 52.67%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#308ACF (or 0x308ACF) is known color: Curious Blue. HEX triplet: 30, 8A and CF. RGB value is (48,138,207). Sum of RGB (Red+Green+Blue) = 48+138+207=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #308ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ACF is #CF7530. Grayscale: #767676. Windows color (decimal): -13595953 or 13601328. OLE color: 13601328.

HSL color Cylindrical-coordinate representation of color #308ACF: hue angle of 206.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308ACF is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 138 207 -
CMYK 0.77 0.33 0 0.19
HSL 206.04º 0.62% 0.5% -
HSV(B) 206.04º 0.77% 0.81% -
XYZ 21.57 23.31 62.39 -
YUV 118.96 177.68 77.39 -
System Red Green Blue C M Y K H S L
Decimal 48 138 207 0.77 0.33 0 0.19 206.04 0.62 0.5
Hex 30 8A CF 4D 21 0 13 CE 3E 32
Octal 60 212 317 115 41 0 23 316 76 62
Binary 110000 10001010 11001111 1001101 100001 0 10011 11001110 111110 110010

Color Harmonies of #308ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ACF

Black with #308ACF

Text Example


Text Example

White with #308ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308ACF; }

 p { color: rgb(48,138,207); }

 H1.HeaderClassName
 {
   color: #308ACF;
 }
 .AnyTagClassName
 {
   color: #308ACF;
 }
</style>

background-color css

<style>
 a { background-color: #308ACF; }

 a { background-color: rgb(48,138,207); }

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

border-color css

<style>
 span { border-color: #308ACF; }

 span { border-color: rgb(48,138,207); }

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